post http://app.pinwallet.in/api/creditcard/dotransaction
Request Body Parameters
S.N | Name | Type | Description | Mandatory (M) , Optional (O) | Provided by Pinwallet (Y/N) |
---|---|---|---|---|---|
1. | CardNumber | String | Valid Credit Card Number | M | N |
2. | CardHolderName | String | Valid Card Holder Name | M | N |
3. | Latitude | String | Current location latitude | M | N |
4. | Longitude | String | Current location longitude | M | N |
5. | TransactionId | String | Unique Reference number | M | N |
6. | Amount | Decimal | Amount to be transferred | M | N |
{
"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"
}
}