Commerce Engine is now in beta. We're working hard to make it better for you.
cURL
curl --request GET \ --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/orders/{order_number}/payments \ --header 'Authorization: Bearer <token>'
{ "message": "order details", "success": true, "content": { "payments": [ { "transaction_type": "payment", "request_number": "<string>", "amount": 123, "payment_status": "pending", "payment_date": "2023-11-07T05:31:56Z", "payment_reference_number": "<string>", "payment_method": "<string>", "icon_url": "<string>", "card_number": "<string>", "card_type": "Visa" } ] } }
Retrieve order payments
Access token
order number
OK
Show child attributes
Was this page helpful?