Updating information at
Last updated 3 months ago
The ID of the address in the system
"a214948b-d51a-44de-8a8b-8b4780eed173"
Address name
""
Comment on the address
Request success indicator
const response = await fetch('https://app.apollopayment.io/api-gateway/address-book/update', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "response": null }