Retrieve updated card credentials.
The following card schemes are supported:object The source to update. You must provide either |
Request was successful, updated card info is available in the response
Unauthorized
Not authorized to perform this action
Not Found
Invalid data was sent
Internal Server Error
Bad Gateway error
{- "source_options": {
- "card": {
- "number": "5436424242424242",
- "expiry_month": 5,
- "expiry_year": 2025
}
}
}{- "account_update_status": "CARD_UPDATED",
- "card": {
- "encrypted_card_number": "3nCryp73dFPANv4lu3",
- "bin": "543642",
- "last4": "4242",
- "expiry_month": 5,
- "expiry_year": 2025,
- "fingerprint": "abc123fingerprint"
}
}