Simulate payment send to test receiving an UMA payment
Simulate sending payment from an sandbox uma address to a platform customer to test payment receive. This endpoint is only for the sandbox environment and will fail for production platforms/keys.
Documentation Index
Fetch the complete documentation index at: https://ramps-05-22-docs-annotate-cards-intro-snippet-triggers-mint.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API token authentication using format <api token id>:<api client secret>
Body
UMA address of the sender from the sandbox
"$success.usd@sandbox.grid.uma.money"
The currency code for the receiving amount
"USD"
The amount to be received in the smallest unit of the currency (eg. cents)
1000
UMA address of the receiver (optional if customerId is provided)
"$receiver@uma.domain"
System ID of the receiver (optional if receiverUmaAddress is provided)
"Customer:019542f5-b3e7-1d02-0000-000000000001"
Response
Payment triggered successfully
Unique identifier for the transaction
"Transaction:019542f5-b3e7-1d02-0000-000000000004"
Status of a payment transaction.
| Status | Description |
|---|---|
CREATED | Initial lookup has been created |
PENDING | Quote has been created |
PROCESSING | Funding has been received and payment initiated |
COMPLETED | Cross border payment has been received, converted and payment has been sent to the offramp network |
REJECTED | Receiving institution or wallet rejected payment, payment has been refunded |
FAILED | An error occurred during payment |
REFUNDED | Payment was unable to complete and refunded |
EXPIRED | Quote has expired |
CREATED, PENDING, PROCESSING, COMPLETED, REJECTED, FAILED, REFUNDED, EXPIRED Type of transaction (incoming payment or outgoing payment)
INCOMING Destination account details
- Account Destination
- UMA Address Destination
System ID of the customer (sender for outgoing, recipient for incoming)
"Customer:019542f5-b3e7-1d02-0000-000000000001"
Platform-specific ID of the customer (sender for outgoing, recipient for incoming)
"18d3e5f7b4a9c2"
Amount received in the recipient's currency
When the payment was or will be settled
"2025-08-15T14:30:00Z"
When the transaction was created
"2025-08-15T14:25:18Z"
When the transaction was last updated
"2025-08-15T14:30:00Z"
If this transaction was initiated by an agent, the system-generated ID of that agent. Absent for platform-initiated transactions.
"Agent:019542f5-b3e7-1d02-0000-000000000042"
Optional memo or description for the payment
"Payment for invoice #1234"
Additional information about the counterparty, if available and relevant to the transaction and platform.
{
"FULL_NAME": "John Sender",
"BIRTH_DATE": "1985-06-15",
"NATIONALITY": "DE"
}Source account details
- Account Source
- UMA Address Source
- Real-time Funding Source
Included for all transactions except those with "CREATED" status
Details about the rate and fees for the transaction.
If the transaction failed, this field provides the reason for failure.
LNURLP_FAILED, PAY_REQUEST_FAILED, PAYMENT_APPROVAL_WEBHOOK_ERROR, PAYMENT_APPROVAL_TIMED_OUT, OFFRAMP_FAILED, MISSING_MANDATORY_PAYEE_DATA, QUOTE_EXPIRED, QUOTE_EXECUTION_FAILED