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