# List customers
curl "https://dash.getopenrails.com/api/gateway/customers?email=buyer@example.com"
# Fetch a customer
curl https://dash.getopenrails.com/api/gateway/customers/cus_7G42M9
# List payments for a customer
curl "https://dash.getopenrails.com/api/gateway/payments?customerId=cus_7G42M9"
# Fetch a payment by session ID
curl https://dash.getopenrails.com/api/gateway/payments/chk_nimbus_1056
# List invoices for a customer
curl "https://dash.getopenrails.com/api/gateway/invoices?customerId=cus_7G42M9"
# Fetch an invoice
curl https://dash.getopenrails.com/api/gateway/invoices/inv_xyz789