Skip to main content
POST
Create a payment method for a vendor

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

vendor_id
string
required

The ID of the Vendor

Body

application/json
name
string
required
ach_account_number
string
required
ach_routing_number
string
required
ach_account_type
enum<string>
required
Available options:
checking,
savings

Response

201 - application/json

Created

name
string
ach_account_number
string
ach_routing_number
string
ach_account_type
enum<string>
Available options:
checking,
savings