Developer Discussions
What does error "[PY0017] Merchant not found" mean?
When Creating a Card of Customer, it returns a verificationUrl
in the response body.
How to retrieve the "state" of a Payment Token
After creating a Payment Token using Create Payment Token API, are there any other APIs that can be used to retrieve the latest state
of the Payment Token?
What's the Expiration Time of a Payment Token
The API used is Create Payment Token API
Why is "Vault a Card" API's verificationUrl resulting to a transaction?
I am implementing Tokenization in the Sandbox Environment. I'm using the following APIs in order:
Is it possible to Tokenize card information without redirecting to a verificationUrl?
The Create Payment Token API requires card information, and returns a Payment Token ID.
On Demand Payments Using a Vaulted Card API Error 503
Good Day, the card vaulting sandbox api doesn't work. It always returns 503. When is this going to work?
Create Card of Customer returning Token is invalid.
curl --request POST
--url https://pg-sandbox.paymaya.com/payments/v1/customers/69630630-620e-443f-bad0-94e5fb4215e7/cards
--header 'accept: application/json'
--header 'authorization: Basic c2stTk1kYTYwN0ZlWk5HUnQ5eENkc0lSaVo0THF1NkxUODk4SXRIYk40cVBTZTo='
--header 'content-type: application/json'
--data '
{
"redirectUrl": {
"success": "https://www.sample.com/success.html",
"failure": "https://www.sample.com/failed.html",
"cancel": "https://www.sample.com/cancel.html"
},
"paymentTokenId": "xJvxVEQjqla9aQZQmkgNqJaWXIxa0ToPpFZwoIsGhpHgCWZ0w9CGIJ0Xcj8Vo89MTCYjz2TteMclZcPkJwMlfwsvk3CNBx3ursibTXU8amzlbD5MBbK8hn7y1UsJnItO4J3sem8cPldB9HBLcV39iF30elmDklB0NCBm6P9gc",
"isDefault": true
}
'
Expired card duration
Hello may if i can set the duration time of expired cards when create cards is not valid?
[PAYMAYA PAYMENT GATEWAY - PAYMENT VAULT] Reservations payment
Using credit card payment in one time payment, do we really need to request for basic user information? I am using it on reservation payment. Also am I using the correct payment system for reservation or do you have any recommendations. Thanks
Create a payment token
Can you help me on this one for Swift.
https://developers.maya.ph/reference/createv1paymenttoken