Skip to main content

standaloneCreditsList

standalonecreditsobject[]
meta object

Contains meta info for the pagination APIs

numberOfRecordsnumber

This is the number of records returned in the lookup.

Example: 1
limitnumber

This is the number of records returned per page.

Example: 10
pagenumber

This is the page of records on which the lookup starts.

Example: 1
standaloneCreditsList
{
"standalonecredits": [
{
"id": "25f6dadf-176a-415f-95c9-6ff39ff697ba",
"paymentType": "CARD",
"txnTime": "2023-01-19T10:48:04Z",
"billingDetails": {
"id": "string",
"status": "string",
"nickName": "Home",
"street": "Street",
"street1": "street1",
"street2": "street2",
"city": "Toronto",
"state": "ON",
"country": "CA",
"zip": "M5H 2N2",
"phone": "8765846321"
},
"status": "INITIATED",
"returnLinks": [
{
"rel": "default",
"href": "https://US_commerce_site/payment/return/success",
"method": "GET"
}
],
"liveMode": true,
"updatedTime": "2023-01-19T11:33:23Z",
"statusTime": "2023-01-19T11:33:23Z",
"profile": {
"id": "string",
"status": "string",
"merchantCustomerId": "string",
"locale": "en_US",
"firstName": "Venkata Suresh",
"lastName": "Chagalamarri",
"email": "paysafe@gmail.com",
"phone": "1234567891",
"dateOfBirth": {
"day": 6,
"month": 5,
"year": 1998
},
"mobile": "9846573804",
"gender": "M",
"nationality": "Indian",
"identityDocuments": [
{
"identityDocuments": [
{
"type": "SOCIAL_SECURITY",
"documentNumber": "SSN123456"
},
{
"type": "PASSPORT",
"documentNumber": "1234567",
"issuingCountry": "USA",
"issuingCountrySubdvision": "SA",
"expiryDate": {
"month": 12,
"year": 2022
}
}
]
}
]
},
"gatewayReconciliationId": "string",
"merchantRefNum": "merchant ABC-444",
"paymentHandleToken": "842778a0-03a2-11e9-8eb2-f2801f1b9fd1",
"amount": 10098,
"currencyCode": "BTC",
"customerIp": "204.91.0.12",
"description": "Winning payment from Loto",
"dupCheck": true,
"card": {
"cardNum": "4111111111111111",
"cardExpiry": {
"month": 12,
"year": 2022
},
"cvv": "string",
"holderName": "Suresh's card",
"cardType": "AM",
"lastDigits": "string",
"nickName": "string",
"cardBin": "411111"
}
}
],
"meta": {
"numberOfRecords": 1,
"limit": 10,
"page": 1
}
}