post https://example.com/v2/customer/card
Adds a payment method to a customer card-on-file for re-occurring billing and card-on-file payments. Stripe only.
Log in to see full request history
Responses
Adds a payment method to a customer card-on-file for re-occurring billing and card-on-file payments. Stripe only.
xxxxxxxxxx
curl --request POST \
--url https://example.com/v2/customer/card \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"external_account_id": null
}
'
Try It!
to start a request and see the response here! Or choose an example: