Tokenize a Bank Account

POST {{sandboxAPI}}/payment_instruments

Create a Payment Instrument which represents the bank account you’ll be debiting (i.e. charging).

Request Body

{"account_type"=>"SAVINGS", "name"=>"Alice", "tags"=>{"Bank Account"=>"Company Account"}, "country"=>"USA", "bank_code"=>"123123123", "account_number"=>"123123123", "type"=>"BANK_ACCOUNT", "identity"=>"{{buyerId}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring