Admission APIs
Receiving Admissions
To receive Payment Admissions, your platform must:- Subscribe to the
payment_admission:created
webhook event. - Implement a webhook endpoint that can securely accept and process these events.
Retrieve a Payment Admission by ID
To fetch a specific Payment Admission by its ID:{payment_id}
and {admission_id}
with the ID of the payment and admission you’re looking for.
Response
List Admissions for a Payment
You can also list all Payment Admissions linked to a given payment using thepayment_id
: