API Update Virtual Card User
Endpoint: PUT /v2/vc/virtual-cards/{virtualCardRequestId}/card-user
Description: Update the user contact information associated with a virtual card for receiving transaction notifications and OTP verification. This API allows merchants to modify the email address and phone number that will be used for sending OTP codes and transaction alerts when the virtual card is used for payments.
Request
Request Body Field Descriptions (JSON)
Field Name
Type
Required
Description
Request sample
{
"cardUserPhoneZoneCode": "+84",
"cardUserPhone": "987654321",
"cardUserEmail": "[email protected]"
}Response
Response Field Descriptions
Field Name
Type
Description
Response sample
Example cURL
Notes
Last updated
Was this helpful?