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].
Example
John DoeThe type of entity that owns the account.
Example
INDIVIDUALThe document of the Customer.
object
Type of document, used when providing an ID number.
----------------------------
Brasil
----------------------------
CPF
CNPJ
OTHERS
Example
CPFThe number in the document.
Example
81985010020The e-mail address of the Customer.
Example
John.doe@acme.comThe phone number of the Customer.
Example
+14154891022The date of birth or foundation, in ISO-8601 YYYY-MM-DD format.
Example
1984-03-16The country of the Merchant
Example
BRAThe 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
Example
BRLThe 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
Example
10.95Country 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