Payment method for Egypt. The method uses usernames in Instapay.
Payin request
{
"amount": 10,
"currency": "EGP",
"invoiceId": "{{$randomInt}}demo123",
"clientId": "demo client 12345",
"lang": "EN",
"successUrl": "https://example.com/",
"failUrl": "https://example.com/",
"backUrl": "https://example.com/",
"type": "instapay"
}
Payout request
{
"amount": 4,
"currencyTo": "EGP",
"clientId": "TestQA1",
"recipient": {
"account_owner": "Ivan Ivanov",
"account_number": "username@instapay",
"type": "custom"
},
"type": "instapay"
}