post https://example.com/v2/customer/card/intent
Creates an intent to collect card-on-file information without processing a payment or charge on the card.
Log in to see full request history
Responses
Creates an intent to collect card-on-file information without processing a payment or charge on the card.
xxxxxxxxxx
curl --request POST \
--url https://example.com/v2/customer/card/intent \
--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: