Test Payment
Try the payment flow with test data
+
Payment HTTP request
POST /api/payments
Content-Type: application/json
Authorization: Bearer 123
{
"amount": "10",
"currency": "USD",
"type": "payin",
"description": "Test Payment",
"metadata": {
"test": true,
"orderId": "1234G"
},
"customer": {
"name": "John Doe",
"id": "cust_123"
}
}