API Sandbox
Test API endpoints directly from your browser
Request
POST /v1/payments Authorization: Bearer <api_key>
Response
// Response will appear here
Expected Response Schema
{
"id": "pay_01HXYZ",
"status": "PENDING",
"amount": 10000,
"currency": "PHP",
"reference_id": "ORDER-001",
"qr_string": "QR_STRING_HERE",
"provider_transaction_id": "pr_abc123",
"fees": {
"provider_fee": 1000,
"payroo_fee": 500,
"merchant_net": 8500
},
"created_at": "2024-01-01T00:00:00.000Z"
}