Developer Discussions
Minimum amount for P3 Sale/Purchase API
over 2 years ago by dale@xpay.world
over 2 years ago by Maya Dev
Hi Dale,
The minimum amount for P3 API is 0.001
Thank you.
Marked as answered by Louise Noriega
over 2 years ago by dale@xpay.world
Hi PayMaya, based on your recommendation, we are receiving an error of:
[2593] 'value' decimal places is not supported by the selected currency.
using this request information (p.s. left some fields blank on purpose)
{
"merchant": {
"id": "",
"paymentFacilitator": {
"subMerchants": [
{
"id": "MICHAELS_BURGER_0982",
"name": "Michael's Burgers",
"address": {
"alphaCountryCode": "PHL",
"city": "Mandaluyong",
"line1": "6F Launchpad Reliance St",
"postalCode": "1535",
"state": "Metro Manila"
},
"contactNo": "09123456789"
}
]
}
},
"payer": {
"fundingInstrument": {
"card": {
"cardNumber": "",
"expiryMonth": "",
"expiryYear": "",
"csc": "",
"firstName": "",
"lastName": ""
}
}
},
"transaction": {
"amount": {
"total": {
"currency": "PHP",
"value": "0.001"
}
},
"description": "Purchased goods and services"
}
}
When we try using 0.01
instead, we are receiving an error of:
[2013] Invalid amount
The endpoint we're using is https://pg.paymaya.com/p3/pay
Thanks
over 2 years ago by Louise Noriega
Hi Dale,
We have created a ticket for your technical inquiry. Kindly check here for updates: https://jira-paymaya.atlassian.net/jira/servicedesk/projects/ASKMAYADEV/queues/issue/ASKMAYADEV-120.
Thanks!
ο»Ώ