Developer Discussions

Ask a Question
ANSWERED
ANSWERED

error code: K007

hello ,when I use public_key to test create checkout:
curl --request POST
--url
https://pg.maya.ph/checkout/v1/checkouts
--header 'accept: application/json'
--header 'authorization: Basic cGstRlpYSnFnYVpmNFBRZjJ2OWlJMDRkUk9sM2xPMmlVQ1hUeGlpS2M3aVFNRzo='
--header 'content-type: application/json'
--data '
{
"totalAmount": {
"value": 1000,
"currency": "PHP"
},
"requestReferenceNumber": "5fc10b93-bdbd-4f31-b31d-4575a3785009"
}
'

ANSWERED
ANSWERED
ANSWERED

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