Amazon Pay
Amazon Pay is a global digital wallet paving the way for your brand to gain visibility and access to millions of existing Amazon customers.
Last updated
curl --location --request GET 'https://api.digitalriver.com/orders/189917880336' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <API_key>' \
...{
"id": "189917880336",
...
"state": "source_pending_redirect",
...
}curl --location -g --request POST ' https://api.digitalriver.com/v1/shoppers/me/carts/active/resume-cart' \
--header 'Authorization: bearer {{access_token}}' \
...{
"id": "189917880336",
...
"state": "accepted",
...
}