Secret keys
Every request must include your secret key as a Bearer token:The customer-id header
Many routes act on behalf of a specific merchant customer (a buyer or seller you
manage). These require a customer-id header alongside your secret key:
customer-id include wallet, confirm-payment, milestone
confirm, disputes (per-customer), payments, cards, and the crypto whitelist.
A few merchant-wide routes must not include a
customer-id header, namely
List all customers’ disputes,
Get escrow feeds, and
Resolve dispute & disburse.
Sending one will scope the request incorrectly.