Rex Digital Shop
  • Introduction
  • Getting Started
    • Payment Button
    • Payment Request
    • Webhooks
      • Payment Dispute Canceled
      • Payment Completed
      • Payment Disputed
      • Payment Reversed
      • Payment Refunded
  • Api
    • Store
    • Products
  • Interfaces
    • Billing Address
    • Shipping Address
    • Payment Methods
Powered by GitBook
On this page

Was this helpful?

  1. Interfaces

Billing Address

{
    "email": "john@doe.com",
    "name": "John Doe",
    "country": "USA",
    "address: "214 Old Eagle Rd.",
    "city": "New York",
    "zip_code": "10003",
    "phone": "+1 212-111-1111"
}

If you send a request to us, each parameter is optional to fill from your side, if some are missing we will ask the customer to fill it themselves.

The phone number is only asked for if they are ordering delivery of a physical product.

PreviousProductsNextShipping Address

Last updated 4 years ago

Was this helpful?