v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
payment-method

getPaymentMethod payment-method

get the configured payment method

get/payment_method

Query parameters

psp_payment_method_idstring

Payment method ID from the PSP

Example:abc123

Payment method ID from the PSP

Response

OK response.

account_holder_namestring required

Name of the account holder, as known by the bank

account_number_endingstring required

The last few digits of the account number. 2 digits for most currencies

bank_namestring required

Name of the bank holding the account

country_codestring required

Country where the bank account is. ISO 3166-1 alpha-2 code

provider'stripe' | 'stripe_asset_gmbh'
typestring required

Payment method type. Can be 'SEPA' or 'BACS'

Example response

{
  "account_holder_name": "abc123",
  "account_number_ending": "abc123",
  "bank_name": "abc123",
  "country_code": "abc123",
  "provider": "stripe_asset_gmbh",
  "type": "abc123"
}