Test Payment

Try the payment flow with test data

+

Payment HTTP request

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

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