This API endpoint on the merchant side allows Dintero to get
shipping_options and order with discounts based on the provided
session that had its order.discount_codes updated.
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the Checkout
Time when the Checkout was created
The session expiration time after which the Checkout page wouldn't be available
Configuration for checkboxes that should be part of the checkout
2An Express Checkout session is a session where the end user will submit a shipping address and then select a shipping option before the before a payment method is selected and the payment is initiated.
Endpoints used in the Express Checkout flow.
Last time when the Checkout was updated
The IP of the customer upon visiting the page. If the page is visited multiple times, the field is always updated with the last known value.
The full user agent of the device the customer used when visiting the checkout page
Initiated by the merchant or used to generate a token
unscheduled_purchase, recurring_purchase, generate_payment_token Checkout process events
[
{
"id": "769952fe-86c9-4185-a1ce-aeb46da3509c",
"name": "INITIATED",
"created_at": "2019-05-09T09:13:40.306Z",
"request_id": "b97b6312-f8b3-11ed-be56-0242ac120002"
},
{
"name": "VISITED",
"created_at": "2019-05-09T09:13:50.548Z"
},
{
"name": "PAY_FAILED",
"created_at": "2019-05-09T09:14:10.548Z",
"details": {
"error": "Rejected",
"payment_product_type": "instabank.finance"
}
},
{
"name": "FAILED",
"created_at": "2019-05-09T09:16:11.786Z"
}
]Transaction which has been created using the checkout.
metadata about the session
Session Discount update
Shipping options that will be presented to the end user after the callback
price.amount of 0.Order updated with discount given by discount_code.