Developer Discussions
[ASK] What is the differentiate between single payment and recurring payment ??
[ASK] What is the differentiate between single payment and recurring payment ?? and what's the use cases ?
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
}
'
do not show paymnet methode admin side place order
if you place order from admin side but this side not show payment methode
Differentiate between payment facilitator merchant and non payment facilitator merchant:
hi,,
may i know the different of payment facilitator merchant and non payment facilitator merchant ?
[ASK] PayMaya user account invalid password
PayMaya User Account
WooCommerce recurring payments
Is there a way to configure/implement recurring payments in WP woocommerce?
How to reduce website rediret url
Hi Team,
Expired card duration
Hello may if i can set the duration time of expired cards when create cards is not valid?
when i use sandbox public and secret it works. but actual public and secret key does not
i get this message. do i need to do anything to the key? i use json with user : password. or should i use base64?
Checkout Payload
How to send a payload for checkout that would only allow E-wallet payments, as well as payload for checkout only allowing Debit/Credit card payments?