v1
latestOpenAPI 3.1.02026-07-2422707.0 MBAdd a credit/debit card for a guest
post/v1/guests/{guest_id}/accounts
Path parameters
guest_idstring required
Unique 32-character identifier of the guest.
Request body
Response
200
Example response
{
"success": true,
"hosted_payment_uri": "https://secure-payment.zenoti.com/add-card?token=550e8400-e29b-41d4-a716-446655440124&redirect=https%3A%2F%2Fexample.com%2Fcard-added-success",
"token_id": "550e8400-e29b-41d4-a716-446655440124"
}