# Get the instant bank payment for a mandate Endpoint: GET /instant-bank-payment-for-mandate Version: 1.37 Security: bearerAuth ## Query parameters: - `mandateReference` (string, required) Mandate reference - `paymentMethod` (string, required) 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" ## Response 200 fields (application/json): - `mandateReference` (string, required) Mandate reference. If GO_CARDLESS, only accepted Created, Pending Submission, Submitted, Active, Reinstated, Customer approval granted and Customer approval skipped - `amountInMajorCurrency` (number, required) Amount in major currency (e.g pounds/dollars/euros) Example: 10.5 - `description` (string, required) description of the payment - `paymentMethod` (string, required) 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" - `reference` (string, required) unique reference for the payment from the payment provider - `creationDate` (string) when was the payment made ## Response 400 fields ## Response 401 fields ## Response 403 fields