Update checkout with payment
POST {{orgUrl}}/services/data/v{{apiVersion}}/commerce/webstores/{{webstoreId}}/checkouts/:checkoutId/payments
Applies the payment token (variable _paymentToken) to the checkout (variable _checkoutId). Also sets the billing address. Note: No checking will be done for the validity of the billing address or token. This uses the sample SalesforceAdapter provided in the sample store.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status
ENDPOINTS