Test Payment

Try the payment flow with test data

+

Payment HTTP request

POST /api/payments
Content-Type: application/json
Authorization: Bearer testggyr_tesgI6RE_b6677ce15f5833dd24cc5c444203ba63

{
  "amount": "10",
  "currency": "USD",
  "type": "payin",
  "description": "Test Payment",
  "metadata": {
    "test": true,
    "orderId": "1234G"
  },
  "customer": {
    "name": "John Doe",
    "id": "cust_123"
  }
}