dLocal · Arazzo Workflow
dLocal Tokenize Card and Charge
Version 1.0.0
Tokenize a card, verify the stored token, then charge it in a card payment.
Provider
Workflows
tokenize-card-and-charge
Tokenize a card and use the token to create a card payment.
Creates a card token from the supplied card and payer, retrieves the token to confirm it was stored, and then charges the token in a new card payment.
1
createCard
createCard
Tokenize the supplied card for use in future payments, returning a card_id token in place of the raw card number.
2
retrieveCard
retrieveCard
Retrieve the stored card token to confirm it persisted before charging it.
3
chargeCard
createPayment
Create a DIRECT card payment that references the stored card token so the raw card number is never re-sent.
Source API Descriptions
openapi