cURL
curl --request POST \ --url https://api.pulze.ai/v1/billing/payments/set-default/{payment_id} \ --header 'Authorization: Bearer <token>'
{ "result": "<string>", "confirm_url": "<string>" }
Sets a given PaymentID as default for the customer — to charge in Subscriptions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?