post https://v2/card/
This route allows to tokenise a card for use in payment plans.
Log in to see full request history
Response
201This route allows to tokenise a card for use in payment plans.
201xxxxxxxxxx
curl --request POST \
--url https://v2/card/FCCID \
--header 'content-type: application/json' \
--data '
{
"saveNewCardDetails": true
}
'
Try It!
to start a request and see the response here!