improved
Spend & Expense JWT to PAN in sandbox
September 27th, 2024
You can now convert a PAN JWT token (created with GET /v3/spend/cards/{cardId}/pan-jwt
) to a Spend & Expense virtual card PAN in the sandbox environment.
curl --location --request POST 'https://app-dev-sandbox.divvy.co/de/rest/pan' \
--header 'Content-Type: application/json' \
--data-raw '{"token":"{JWT_token}"}'
NOTE
Use
POST https://api.divvy.co/de/rest/pan
in the production environment.
See Virtual cards for more information.