Create bank payment method
Required scopes:
- partner.payment-method.bank.create
| Request Body — REQUIRED | |||||||||
|---|---|---|---|---|---|---|---|---|---|
transferType string — REQUIREDPossible values: [ The type of bank transfer to use with the payment method. | |||||||||
accountNumber string — REQUIREDBank account's account number. For SEPA transfers, this is the IBAN. | |||||||||
routingNumber stringBank account's routing number. Required for ACH and Wire transfers. For SEPA transfers, this is the BIC. For FPS transfers, this is the sort code. For BSB transfers, this is the BSB code. | |||||||||
accountType stringPossible values: [ The type of the bank account. Required for ACH transfer type. | |||||||||
bankName stringPossible values: 1 ≤ length ≤ 150 The name of the bank which holds the account. | |||||||||
bankAddress objectThe address of the bank which holds the account.
| |||||||||
beneficiaries object[] — REQUIREDBank account beneficiaries. For SEPA and FPS transfers, Strike account owner must be listed as one of the beneficiaries.
|
| Responses | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
201Created
| ||||||||||||||||||||||||||||
401Unauthorized | ||||||||||||||||||||||||||||
403Forbidden |