POST
/
payment

Authorizations

X-Api-User
string
header
required
X-Api-Key
string
header
required
X-User-Version
string
header
required

Body

application/json
businessId
string
required

The business id

customerEmail
string
required

The rate key

incomingCurrency
string
required

The incoming currency

outgoingCurrency
string
required

The outgoing currency

paymentType
string
required

The payment type

accountName
string

The account name. Required when paymentType is bank

accountNumber
string

The account number. Required when paymentType is bank

bank
string

The bank name. Required when paymentType is bank

bankCode
string

The bank code. Required when paymentType is bank

coinprofileUsername
string

The coinprofile username. Required when paymentType is profile

country
string

The country. Required when paymentType is bank

incomingAmount
number

The incoming amount

outgoingAmount
number

The outgoing amount

rateKey
string

The rate key

reference
string

The reference

Response

200 - application/json
data
object
message
string
success
boolean