Skip to main content

Execute payment quote

Required scopes:

  • partner.payment-quote.execute
Path Parameters
paymentQuoteId uuid REQUIRED
Responses
200

Success

Schema OPTIONAL
paymentId uuid

The payment's ID

state string

Possible values: [PENDING, COMPLETED, FAILED]

Status of the payment execution

result string

Possible values: [PENDING, SUCCESS, FAILURE]

Obsolete, use State instead

completed date-time OPTIONAL

The timestamp of the payment completion

delivered date-time OPTIONAL

Obsolete, use Completed instead

conversionRate object OPTIONAL

The conversion rate details

amount string

Currency amount in decimal format

sourceCurrency string

Possible values: [BTC, USD, EUR, USDT]

Source currency code

targetCurrency string

Possible values: [BTC, USD, EUR, USDT]

Target currency code

amount object

The amount that the receiver will receive in sender’s currency

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

totalFee object OPTIONAL

The total of all fees

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

lightningNetworkFee object OPTIONAL

The fee required by LN network. Only applicable for LN payments

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

totalAmount object

The amount that the sender will spend

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

reward object OPTIONAL

The reward that the sender might receive, if applicable

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

202

Accepted

Schema OPTIONAL
paymentId uuid

The payment's ID

state string

Possible values: [PENDING, COMPLETED, FAILED]

Status of the payment execution

result string

Possible values: [PENDING, SUCCESS, FAILURE]

Obsolete, use State instead

completed date-time OPTIONAL

The timestamp of the payment completion

delivered date-time OPTIONAL

Obsolete, use Completed instead

conversionRate object OPTIONAL

The conversion rate details

amount string

Currency amount in decimal format

sourceCurrency string

Possible values: [BTC, USD, EUR, USDT]

Source currency code

targetCurrency string

Possible values: [BTC, USD, EUR, USDT]

Target currency code

amount object

The amount that the receiver will receive in sender’s currency

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

totalFee object OPTIONAL

The total of all fees

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

lightningNetworkFee object OPTIONAL

The fee required by LN network. Only applicable for LN payments

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

totalAmount object

The amount that the sender will spend

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code

reward object OPTIONAL

The reward that the sender might receive, if applicable

amount string

Currency amount in decimal format

currency string

Possible values: [BTC, USD, EUR, USDT]

Currency code