Developer Discussions
Create a payment token
Can you help me on this one for Swift.
https://developers.maya.ph/reference/createv1paymenttoken
May I know where did you get the authentication credentials on it. I'm just gonna try it first. Thanks
Posted by Dev about 1 year ago
Create Customer (sandbox)
hello may i know on how can i test the create customer in https://developers.maya.ph/reference/createv1customer
when i use the credentials given in https://developers.maya.ph/reference/sandbox-credentials-and-cards
the error message is "error": "Invalid authentication credentials. Kindly verify if the key you are using is correct
Thanks
Posted by alvin about 1 year ago
Create Customer (sandbox)
hello may i know on how can i test the create customer in https://developers.maya.ph/reference/createv1customer
when i use the credentials given in https://developers.maya.ph/reference/sandbox-credentials-and-cards
the error message is "error": "Invalid authentication credentials. Kindly verify if the key you are using is correct
Thanks
Posted by alvin about 1 year ago
Credit Card Payment Using Maya Vault
Reference:
https://developers.maya.ph/docs/credit-card-payment-using-maya-vault
1. Can you give a sample for this ?
customerPurchaseDataWithPaymentTokenId
2. Once you have obtained the paymentTokenId, your application should pass your customer's checkout details. << which field?
3. endpoints
const createPaymentUrl = 'https://pg-sandbox.paymaya.com/payments/v1/payments'
Kept getting this error :
error: 'Invalid endpoint. Please check if you are accessing the correct endpoint/resource.',
code: 'K004',
reference: 'a5f3226d-7059-45e9-a8b1-17b0722184d3'
Posted by Richard Tan about 1 year ago