Get the instant bank payment for a mandate

get/instant-bank-payment-for-mandate
SecuritybearerAuth
Request
query Parameters
mandateReference
required
string [ 0 .. 255 ] characters [\w\p{L}\s%£@&#=':;`’,|!_—–\(\)\\/\-\+\.\?\*\...

Mandate reference

paymentMethod
required
string (PaymentMethod)

Payment Method

Enum: "CHEQUE" "DIRECT_DEBIT" "CANCELLED_DD" "CANCELLED_CARD" "CREDIT_CARD" "PAYPAL" "BACS" "POST_OFFICE_PAYMENT_CARD" "EZYPAY" "GO_CARDLESS" "GC_INSTANT_BANK_PAYMENTS" "STRIPE" "STRIPE_CARD" "STRIPE_DD" "FINASTRA" "FAST_PAY" "OTHER"
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

Response samples
application/json
[
  • {
    • "mandateReference": "string",
    • "amountInMajorCurrency": 10.5,
    • "description": "string",
    • "paymentMethod": "CHEQUE",
    • "reference": "string",
    • "creationDate": "2019-08-24T14:15:22Z"
    }
]