Update billing address from the guest profile

Purpose: Use this API to update the billing address of the guest from the guest profile while saving a new card.

You must provide a unique identifier for the guest_id and the account_id.

billing_address Object

NameTypeDescription
namestringName of the guest for whom the address is being updated.
addressstringThe address line 1 of the guest.
address2stringThe address line 2 of the guest.
citystringThe city where the guest resides.
zipcodestringThe zipcode of the guest's residence.
countrystringThe country where the guest resides.
statestringThe state where the guest resides.

error object

MessageCodeDescription
Please enter a valid PIN Code932This error appears when an invalid zipcode is passed in the request.
Please enter a valid Billing Address932This error appears when an invalid address is passed in the request.
Empty billing_address502This error appears when the billing_address object is empty.
Empty processor_id502This error appears when the processor_id is empty.
Payment Account with id 00000000-0000-0000-0000-000000000000 not found.439This error appears when the account id is invalid.
Invalid guest_id502This error appears when the guest_id is invalid.
Invalid center_id502This error appears when the center_id is invalid.
Empty center_id502This error appears when the center_id is invalid.
Invalid request502This error appears when the request is invalid.
Language
Authorization
Header
Click Try It! to start a request and see the response here!