Bank transfer method for Phillipines.
Payin request
{
"amount": 100,
"currency": "PHP",
"invoiceId": "{{$randomInt}}demo123",
"clientId": "demo client 12345",
"lang": "EN",
"successUrl": "https://example.com/",
"failUrl": "https://example.com/",
"backUrl": "https://example.com/",
"type": "banktransferphp"
}
Payout request
{
"amount": 4,
"currencyTo": "PHP",
"clientId": "TestQA1",
"recipient": {
"account_owner": "AIBEK",
"account_number": "1234567890123456",
"account_bank_id": "f28cfabb-c312-4d54-8073-c109e6ee9ee8",
"type": "custom"
},
"type": "banktransferphp"
}