get https://api.credix.finance/v1/orders/
Gets an order by CrediPay's internal order ID.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
404Order was not found.
Gets an order by CrediPay's internal order ID.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
404Order was not found.
xxxxxxxxxx
curl --request GET \
--url https://api.credix.finance/v1/orders/orderId \
--header 'accept: application/json'
xxxxxxxxxx
30}
{
"id": "46dd63dd-1be4-4658-8deb-fa5dc578ad0b",
"externalId": "REF-10230456",
"subtotalAmountCents": 1020000,
"taxAmountCents": 81600,
"shippingCostCents": 5000,
"buyerFeesCents": 10978,
"totalAmountCents": 1117578,
"shippingLocation": {
"address1": "Rua da Consolação, 930",
"address2": "Apto 101",
"city": "São Paulo",
"region": "São Paulo",
"postalCode": "01302000",
"country": "Brazil"
},
"paymentTermDays": 30,
"status": "finalized",
"estimatedDeliveryDate": "2024-02-05T00:00:00Z",
"createdAt": "2024-02-01T00:00:00Z",
"sellerTaxId": "15853054000096",
"buyerTaxId": "18360341000052",
"noAdvancing": false,
"installments": [
{