Loading...
Loading...
Integrate global payments with just a few lines of code. Our API is designed for performance, reliability, and developer experience.
const payment = await riyada.payments.create({
amount: 2000,
currency: 'usd',
payment_method_types: ['card'],
receipt_email: 'jenny.rosen@example.com',
});
console.log(payment.status); // 'succeeded'Explore endpoints, webhooks, and guides for Payments.
Explore endpoints, webhooks, and guides for Payouts.
Explore endpoints, webhooks, and guides for Issuing.
Explore endpoints, webhooks, and guides for Fraud.
Explore endpoints, webhooks, and guides for Treasury.
Explore endpoints, webhooks, and guides for Connect.