CollectionsDirect DebitAuthorizations

Get a Direct Debit Authorization

GET
/v1/direct-debit-authorizations/{id}

Authorization

authorization
AuthorizationBearer <token>

Set Your Secret API Key

In: header

Path Parameters

id*string

Response Body

*/*

curl -X GET "https://example.com/v1/direct-debit-authorizations/string"
{  "authorizeUrl": "string",  "billReferenceNumber": "string",  "cancelReturnUrl": "string",  "cancelUrl": "string",  "createdAt": "string",  "endDate": "string",  "failureReason": "string",  "id": "string",  "maxAmount": 0,  "maxAmountCurrency": "string",  "metadata": {    "property1": "string",    "property2": "string"  },  "payerAuthorizedMaxAmount": 0,  "payerBankAccountNumber": "string",  "payerBankCode": "string",  "payerIdHash": "string",  "payerIdType": "string",  "payerName": "string",  "payerSegment": "string",  "payerSwiftBic": "string",  "precheckCurrency": "string",  "precheckMaxAmount": 0,  "precheckMinAmount": 0,  "returnUrl": "string",  "startDate": "string",  "status": "string",  "transactionReference": "string",  "underlyingErrorMessage": "string",  "updatedAt": "string"}