List payment session authorizations
Payment Acceptance
List payment session authorizations
Returns a paginated list of authorizations for a payment session. Each authorization represents a hold on funds and includes its current status and amount.
GET
List payment session authorizations
Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
The unique identifier of the payment session.
The ID of the payment session, a UUID prefixed by paymentSession_.
Pattern:
^paymentSession_[a-f0-9\-]{36}$Example:
"paymentSession_82c879c1-84e1-44ed-a8c2-1ac239cf09ad"
Query Parameters
The number of resources to return per page.
The token for the next page of resources, if any.