Developers

Build on Wyropay's Payment API

RESTful APIs, webhooks, and SDKs to integrate pay-in, pay-out, and orchestration into your application.

Example — Create Payment
POST /v1/payments
Authorization: Bearer sk_live_...

{
  "amount": 5000,
  "currency": "USD",
  "method": "card",
  "merchant_id": "mer_abc123",
  "return_url": "https://yoursite.com/return"
}

Developer Resources