Retrieve all authorizations

Retrieve all authorization resources of an existing transaction including their attributes.

SecurityBearer Authentication
Request
path Parameters
ratepay_transaction_id
required
string

ID of transaction to retrieve. Get an overview of key identifiers used in payment API.

header Parameters
Prefer
string

According to RFC 7240: Provide return=representation if you prefer that the response to a request includes the current state of the resource.

Value: "return=representation"
Responses
200

Authorizations retrieved

400

Bad request

404

Transaction not found

451

Legally not allowed

500

Technical problem

get/v2/transactions/{ratepay_transaction_id}/authorizations
Request samples
curl -i -X GET \
  'https://api-integration.ratepay.com/transaction/management/v2/transactions/{ratepay_transaction_id}/authorizations' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Prefer: return=representation'
Response samples
application/hal+json
{}