Download OpenAPI specification:Download
API for creating Bitcoin invoices and processing payments.
amount | string An amount in USD. |
method | string (Optional) Specify a payment method: |
w_url | string (Optional) Specify a webhook url to call after successful payment. Currently only supports WooCommerce plugin. |
{- "uuid": "string",
- "dollar_value": 0,
- "btc_value": 0,
- "method": "string",
- "address": "string",
- "time": 0,
- "webhook": "string",
- "rhash": "string",
- "time_left": 0
}