Only same-currency payments are supported: the payment currency must match the payee currency
Currency: EUR - Euro, USD - United States dollar, CNY - Chinese yuan, GBP - British pound, JPY - Japanese yen, AUD - Australian dollar, CAD - Canadian dollar, SGD - Singapore dollar, HKD - Hong Kong dollar, PHP - Philippine peso, CNH - offshore Chinese yuan
Enum:"EUR""USD""CNY""GBP""JPY""AUD""CAD""SGD""HKD""PHP"
POST
curl -i -X POST \
https://api.paykka.com/api/v2/merch/pay/apply \
-H 'Content-Type: application/json' \
-H 'X-Merch-Id: M24061911365700670'Response
{
"status": "PROCESSING",
"fee_amount": 0,
"beneficiary_type": "PAY"
}