Features
Refunds
Tokenization
Recurring Payments
POST/cashouts-api/api/v1/cashout-methods

Crear un método de pago de Cashout

Request Body

8 parameters

client_id

stringrequired

Identificador único del cliente

type

stringrequired

account_type

stringrequired

account_number

stringrequired

bank_name

stringrequired

account_holder

stringrequired

extra_data

string

country

string

Request Preview
{}

Responses

201

201

{
  "id": "example_string",
  "client_id": "example_string",
  "type": "example_string",
  "account_type": "example_string",
  "account_number": "example_string",
  "bank_name": "example_string",
  "account_holder": "example_string",
  "country": "example_string",
  "extra_data": "example_string",
  "created_at": "example_string",
  "updated_at": "example_string"
}
Log in to use your API keys with Try It!
REQUEST
1234