Basic Payment Request
Basic request example to create a new transaction.
{
"timeOut": 600,
"amount": 200,
"isCent": true,
"currency": "USD",
"apiKey": "2ooeww5ufzg3nkuf8a10gu5n695yolixlbgb042o038o58jv1rznif3o1tr6xsb1rm",
"returnURL": "https://merchantDomain.com/thankYouPage",
"cancelURL": "https://merchantDomain.com/cart",
"callbackURL": "https://merchantDomain.com/sensepass/callbackEndPoint"
}
post
/transactions/init
Creating a new transaction object (Payment Request)
Last modified 1yr ago