Get Checkout by id
GET /order/v1/checkout/{checkoutId}
Get checkout data by id
NOTE: Please, to authenticate use the scope: “api://app-order-prd”
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”The resource was returned successfully
object
The id of the checkout.
The customer data
object
The name of the customer, e.g.: [John Doe] or [Acme Corporation].
The type of entity that owns the account.
The document of the Customer.
object
Type of document, used when providing an ID number.
----------------------------
Brasil
----------------------------
CPF
CNPJ
OTHERS
The number in the document.
The e-mail address of the Customer.
The phone number of the Customer.
The date of birth or foundation, in ISO-8601 YYYY-MM-DD format.
The country of the Merchant
The address of the Customer.
object
State.
City.
Street.
Neighborhood.
Number.
Complement.
Postal code.
Status of the checkout.
Description of the checkout.
Code of the checkout.
Payment method of the checkout.
Amount of the checkout.
object
Currency
The amount of the transaction, in minor units. Minor Units Format ------------------ All amount values must be formatted in that currency’s smallest unit. Two-decimal currency (for example Real): R$ 10,95 BRL, amount will be “10.95”. Two-decimal currency (for example US Dollars): $10.95 USD, amount will be “10.95”. Zero-decimal currency (for example Japanese Yen): ¥1095 JPY, amount will be “1095”. Click here to download the latest official ISO 4217 Currency Table, with Minor Units (number of decimal places) per currency
Country of the checkout.
The URL to redirect the customer to after the checkout is completed.
The URL to webhook that will be called when the checkout is completed.
The URL of Checkout that customer access to make the payment.
Error message
The request is not valid
Unauthorized Request
An unexpected error occurred inside the server