Get PAN token

Get a JWT token for a card. The JWT token contains all the information required for retrieving details about a virtual card (16-digit PAN, CVV, and expiration date). The JWT token lifespan is 5 minutes.

You can convert the retrieved JWT token to get the related virtual card details with POST https://api.divvy.co/de/rest/pan.

curl --location --request POST 'https://api.divvy.co/de/rest/pan' \
--header 'Content-Type: application/json' \
--data-raw '{"token":"{JWT_token}"}'
Language
Click Try It! to start a request and see the response here!