List purchases
Return purchases owned by the authenticated account or product-scoped API key.
Last updated
Author: AtomicPay APIAuthentication
Send your AtomicPay developer API key using Authorization: Bearer <API_KEY> or X-API-Key: <API_KEY>. This endpoint requires purchases.read permission, unless the key has wildcard access (*).
Query parameters
limitOptional. Number of records to return. Defaults to 20 and is capped at 100.
statusOptional. Filter by purchase status, such as approved, declined, or refunded.
customer_idOptional. Filter purchases by AtomicPay customer ID.

