Create Payment
Create a new payment intent with quotes and deposit address.Request Parameters
Unique identifier for the order. Used for tracking and reconciliation.
Payment amount in cents. For example, 100 = $1.00. Minimum: 100 cents, Maximum: 100000000 cents.
Payment currency. Currently supports “USD”.
URL to redirect the customer after payment completion.
Custom metadata as a JSON string for additional order information.
Response Fields
Complete payment object with all details.
URL for the hosted payment page.
Payment identifier for API calls.
Secret key for payment verification.