Customers
Regenerate checkout URL
This endpoint regenerates the Payment Provider Checkout URL of a Customer.
POST
/
customers
/
{external_customer_id}
/
checkout_url
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The customer external unique identifier (provided by your own application).
Was this page helpful?