Payments

Create a payment request

Reserved endpoint for payment requests. The v2 contract currently marks this operation as under development.

post/payments/request

Request body

amountinteger

Payment amount in cents (always USD)

currencystring

Currency in which payment will be paid, given amount will be converted automatically from USD

Example request

{
  "amount": 10000,
  "currency": "btc"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.