paymentMethod
GCASH
MAYA
GRABPAY
QRPH
BANK_KRW
{ "pspType": "OFAPAY", "type": "PAYIN", "paymentMethod": "QRPH", "baseamount": 200, "currency": "PHP", "country": "PHL", "phone": "09201234567", "bankno": "601", "merchantReference": "ORDER-4821" }
curl --location 'https://backend.app.mozarto.io/v1/api/mozarto/cashier' \ --header 'Authorization: Bearer {{BRAND_TOKEN}}' \ --header 'x-user-token: Bearer {{USER_TOKEN}}' \ --header 'Content-Type: application/json' \ --data '{ "pspType": "OFAPAY", "type": "PAYIN", "paymentMethod": "QRPH", "baseamount": 200, "currency": "PHP", "country": "PHL", "phone": "09201234567", "bankno": "601", "merchantReference": "ORDER-4821" }'
{ "isSuccess": true, "data": { "merchantReference": "ORDER-4821", "amount": 200, "transaction_status": "Pending", "paymentUrl": "https://www.jzc899.com/pay/deposit.aspx?u=...&v=2.0", "qrUrl": "https://www.jzc899.com/qr/ORDER-4821.png", "qrcode": "00020101021226580014com.p2pqrpay0111PHQRPH6015ORDER-4821", "floatingamount": "" }, "statusCode": 200 }