StoneX Payment
A cross-border payment processed through the StoneX Payments API.
FinanceFinancial-ServicesPaymentsClearingFuturesTradingRisk Management
Properties
| Name |
Type |
Description |
| id |
string |
Unique payment identifier. |
| status |
string |
Payment status. |
| amount |
number |
Source payment amount. |
| sell_currency |
string |
Source currency (ISO 4217). |
| buy_currency |
string |
Destination currency (ISO 4217). |
| exchange_rate |
number |
Applied exchange rate. |
| buy_amount |
number |
Amount in destination currency. |
| payment_reference |
string |
Payment reference string. |
| created_at |
string |
|
| value_date |
string |
|
| beneficiary |
object |
|
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://fx-api.payments.stonex.com/schema/payment",
"title": "StoneX Payment",
"description": "A cross-border payment processed through the StoneX Payments API.",
"type": "object",
"properties": {
"id": { "type": "string", "description": "Unique payment identifier." },
"status": {
"type": "string",
"enum": ["pending", "processing", "completed", "failed", "cancelled"],
"description": "Payment status."
},
"amount": { "type": "number", "description": "Source payment amount." },
"sell_currency": { "type": "string", "description": "Source currency (ISO 4217)." },
"buy_currency": { "type": "string", "description": "Destination currency (ISO 4217)." },
"exchange_rate": { "type": "number", "description": "Applied exchange rate." },
"buy_amount": { "type": "number", "description": "Amount in destination currency." },
"payment_reference": { "type": "string", "description": "Payment reference string." },
"created_at": { "type": "string", "format": "date-time" },
"value_date": { "type": "string", "format": "date" },
"beneficiary": { "$ref": "#/definitions/Beneficiary" }
},
"required": ["id", "status", "amount", "sell_currency", "buy_currency"],
"definitions": {
"Beneficiary": {
"type": "object",
"properties": {
"name": { "type": "string" },
"country": { "type": "string" },
"account_number": { "type": "string" },
"bank_code": { "type": "string" }
},
"required": ["name", "account_number"]
}
}
}
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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/stonex-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 email required.
A second provider on the same verified email joins the account you already have.