card-sensitive-details
Set card PIN
Sets a PIN during the card order flow. This endpoint will be accessible for partners that require to set a PIN during the card order flow.
Please follow this guide to use this endpoint.
To use this endpoint, make sure to set the api token and the card order id in the headers.
post/twcard-data/v1/sensitive-card-data/preset-pin
Headers
x-tw-twcard-order-idstring required
The card order ID.
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Request body
Example request
{
"keyVersion": 1,
"encryptedPayload": "eyJhbGciOiJSU0..."
}Response
OK - PIN set successfully.
Example response
{
"cardOrderId": "142"
}Changes
Changed in 1 of the 5 revisions of this API.2
- ○
api tag
card-sensitive-detailsaddedapi-tag-added
- ○
api tag
card-orderremovedapi-tag-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○