Request Card Details From Guest
POST /payment/v1/request-card-details
Endpoint
Specification JSON Request
Parameter | Type | Length | Required | Description |
---|---|---|---|---|
reference | String | - | No | Booking Reference Number (Optional - If provided, will try to link token to the booking) |
String | - | No | Email Address (Optional - If provided, will use that instead of email attached to the booking) |
Request Data
{
reference: '123456789'
}
Response Data
{
"success": "Email requesting card details sent to guest successfully."
}