NOWPayments · Schema
Payment
Schema for a NOWPayments cryptocurrency payment object
Crypto PaymentsCryptocurrencyPayment GatewayInvoicingSubscriptionMass PayoutsBitcoinEthereum
Properties
| Name | Type | Description |
|---|---|---|
| payment_id | integer | Unique payment identifier |
| payment_status | string | Current status of the payment |
| pay_address | string | Cryptocurrency address the customer should send payment to |
| price_amount | number | Requested payment amount in fiat currency |
| price_currency | string | Fiat currency code (e.g. usd, eur) |
| pay_amount | number | Amount to pay in cryptocurrency |
| actually_paid | number | Amount actually received so far |
| pay_currency | string | Cryptocurrency used for payment (e.g. btc, eth) |
| order_id | string | Merchant-defined order identifier |
| order_description | string | Human-readable order description |
| ipn_callback_url | string | URL for IPN callback notifications |
| purchase_id | integer | Purchase identifier |
| outcome_amount | number | Amount to be credited to merchant after conversion |
| outcome_currency | string | Currency of the outcome amount |
| created_at | string | Payment creation timestamp |
| updated_at | string | Payment last update timestamp |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/now-payments/refs/heads/main/json-schema/payment.json",
"title": "Payment",
"description": "Schema for a NOWPayments cryptocurrency payment object",
"type": "object",
"properties": {
"payment_id": {
"type": "integer",
"description": "Unique payment identifier"
},
"payment_status": {
"type": "string",
"description": "Current status of the payment",
"enum": ["waiting", "confirming", "confirmed", "sending", "partially_paid", "finished", "failed", "refunded", "expired"]
},
"pay_address": {
"type": "string",
"description": "Cryptocurrency address the customer should send payment to"
},
"price_amount": {
"type": "number",
"description": "Requested payment amount in fiat currency"
},
"price_currency": {
"type": "string",
"description": "Fiat currency code (e.g. usd, eur)"
},
"pay_amount": {
"type": "number",
"description": "Amount to pay in cryptocurrency"
},
"actually_paid": {
"type": "number",
"description": "Amount actually received so far"
},
"pay_currency": {
"type": "string",
"description": "Cryptocurrency used for payment (e.g. btc, eth)"
},
"order_id": {
"type": "string",
"description": "Merchant-defined order identifier"
},
"order_description": {
"type": "string",
"description": "Human-readable order description"
},
"ipn_callback_url": {
"type": "string",
"format": "uri",
"description": "URL for IPN callback notifications"
},
"purchase_id": {
"type": "integer",
"description": "Purchase identifier"
},
"outcome_amount": {
"type": "number",
"description": "Amount to be credited to merchant after conversion"
},
"outcome_currency": {
"type": "string",
"description": "Currency of the outcome amount"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Payment creation timestamp"
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Payment last update timestamp"
}
},
"required": ["payment_id", "payment_status", "pay_address", "price_amount", "price_currency", "pay_amount", "pay_currency"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/payment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.