Skip to main content
GET
/
alpha
/
merchant
/
customers
/
{customerId}
/
paymentStatus
Get customer payment status
curl --request GET \
  --url https://api.auctionnow.io/api/alpha/merchant/customers/{customerId}/paymentStatus \
  --header 'Authorization: <authorization>'
{
  "data": {
    "hasPaymentMethod": true,
    "stripeCustomerId": "<string>"
  },
  "timestamp": 123,
  "message": "<string>"
}

Headers

Authorization
string
required

Your Auction Now API key as a Bearer token

Example:

"Bearer ak_XXXXXXX"

Path Parameters

customerId
string
required

The unique ID of the customer

Response

Payment status for the customer

data
object
required
timestamp
number
required
message
string