API Reference

DoTransaction

Log in to see full request history

Request Body Parameters

S.NNameTypeDescriptionMandatory (M) , Optional (O)Provided by Pinwallet (Y/N)
1.CardNumberStringValid Credit Card NumberMN
2.CardHolderNameStringValid Card Holder NameMN
3.LatitudeStringCurrent location latitudeMN
4.LongitudeStringCurrent location longitudeMN
5.TransactionIdStringUnique Reference numberMN
6.AmountDecimalAmount to be transferredMN
{ "CardNumber":"25699899898989", "CardHolderName":"test", "Amount":10, "TransactionId":"test121212", "Latitude":"-90", "Longitude":"91" }
{ "responseCode": 200, "success": true, "message": "Successful disbursal to Bank Account is done", "data": { "RRN": "303416796868", "status": "SUCCESS", "statusCode": "200", "Message": "Successful disbursal to Bank Account is done", "pinwalletTransactionId": "PINW10203226757709340471", "APITransactionId": "123896600663" } }
Body Params
Headers
string
Response

Language
Click Try It! to start a request and see the response here!