Update checkout session fields
Update checkout session fields
Update a checkout session with card data.
PUT
Update checkout session fields
This endpoint requires the
checkout-sessions.write scope.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
The details of the payment method to update.
- CheckoutSessionCardPaymentMethod
- CheckoutSessionClickToPayPaymentMethod
- CheckoutSessionIdPaymentMethod
The postal code of the buyer.
Required string length:
1 - 50Example:
"12345"
Response
Successful Response