Card registrations
Tokenize the card
POST
This call sends the necessary information to a PCI-DSS-compliant tokenization server without reaching Mangopay’s servers. The URL to use for this endpoint is returned in theDocumentation Index
Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
Use this file to discover all available pages before exploring further.
CardRegistrationURL parameter on the POST Create a Card Registration call.
The request must be made using the “application/x-www-form-urlencoded” content type.
Note – Do not hardcode the URLThe
CardRegistrationURL is specific to each payment. You must rely on the returned URL in full (host, path, and queries) and not hardcode any part of it.Body parameters
The value of the
AccessKey attribute returned when creating a Card Registration.The value of the
PreregistrationData attribute returned when creating a Card Registration.The number of the card to be tokenized.
Format: “MMYY”The expiration date of the card.
The card verification code (CVC) or card verification value (CVV), typically 3 digits found on the back of the card.AMEX codes are 4 digits and are called card identification (CID) numbers.For cards that don’t have a CVC, such as Maestro, use
000 or 999.Responses
200
200
The string returned by the tokenization server. This string must be sent in full as the
RegistrationData on the PUT Update a Card Registration endpoint to create the Card object.