Payments
Retrieve a Payment
Returns a specific Payment, using its unique ID. Only Payments with a status of paid have been successfully processed.
GET
Retrieve a Payment
Headers
Your API key, which can be found on the Whop Business Dashboard. You must prepend your key with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The ID of the Payment, which will look like pay_*************
Query Parameters
Whether or not to expand the User, Membership, Plan, or Product on the returned Payment. Pass an array with each object(s) you want to expand, e.g. [product, plan, membership, user]
Response
200 - application/json
Retrieve a Payment
Payment model
Retrieve a Payment