Get merchant statement
Retrieve a statement by its ID.
Use the Accept
header to specify the format of the response. Supported formats are application/json
and application/pdf
.
To access this endpoint using an access token
you'll need to specify the /accounts/{accountID}/profile.read
scope.
|
|
|
|
|
|
|
|
|
|
|
|
{
"statementID": "77496e4d-d30a-43db-84ae-c3147da377ff",
"statementName": "string",
"fileName": "string",
"fileSize": 0,
"billingPeriodStartDateTime": "2019-08-24T14:15:22Z",
"billingPeriodEndDateTime": "2019-08-24T14:15:22Z",
"subscriptionIDs": [
"string"
],
"summary": {
"cardAcquiring": {
"volumeAmount": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"volumeCount": 0,
"feeAmount": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"interchangeFees": {
"visa": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"mastercard": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"discover": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"americanExpress": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
},
"ach": {
"volumeAmount": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"volumeCount": 0,
"feeAmount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"instantPayments": {
"volumeAmount": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"volumeCount": 0,
"feeAmount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"platformFees": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"adjustmentFees": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"otherFees": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"total": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"cardAcquiringFees": {
"visa": {
"interchange": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"interchangePrograms": [
{
"programName": "string",
"count": 0,
"percentageRate": 0,
"perItemRate": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"total": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"transferVolume": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
],
"networkPassthrough": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedDomesticOnline": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedDomesticInPerson": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedInternationalOnline": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedInternationalInPerson": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"declines": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"refunds": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"total": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
},
"mastercard": {
"interchange": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"interchangePrograms": [
{
"programName": "string",
"count": 0,
"percentageRate": 0,
"perItemRate": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"total": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"transferVolume": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
],
"networkPassthrough": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedDomesticOnline": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedDomesticInPerson": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedInternationalOnline": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedInternationalInPerson": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"declines": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"refunds": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"total": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
},
"discover": {
"interchange": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"interchangePrograms": [
{
"programName": "string",
"count": 0,
"percentageRate": 0,
"perItemRate": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"total": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"transferVolume": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
],
"networkPassthrough": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedDomesticOnline": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedDomesticInPerson": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedInternationalOnline": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedInternationalInPerson": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"declines": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"refunds": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"total": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
},
"americanExpress": {
"interchange": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"interchangePrograms": [
{
"programName": "string",
"count": 0,
"percentageRate": 0,
"perItemRate": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"total": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"transferVolume": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
],
"networkPassthrough": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedDomesticOnline": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedDomesticInPerson": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedInternationalOnline": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"completedInternationalInPerson": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"declines": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"refunds": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"total": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
}
},
"achFees": {
"standardCredit": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"sameDayCredit": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"debits": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"return": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"unauthorizedReturn": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"noticeOfChange": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"total": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
},
"instantPaymentFees": {
"rtpCreditTransaction": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"rtpDecline": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"pushToCardTransaction": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"pushToCardDecline": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"pullFromCardTransaction": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"pullFromCardDecline": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"pullFromCardRefund": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"total": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
},
"platformFees": {
"walletFee": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"merchantPCIFee": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"total": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"otherCardFees": {
"disputes": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"cardAccountUpdater": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"cardVerification": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"nameVerification": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
},
"total": {
"count": 0,
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
}
}
},
"createdOn": "2019-08-24T14:15:22Z",
"updatedOn": "2019-08-24T14:15:22Z"
}
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Headers
x-moov-version
string
API version
Specify an API version.
API versioning follows the format vYYYY.QQ.BB
, where
YYYY
is the yearQQ
is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)BB
is the build number, starting at.01
, for subsequent builds in the same quarter.- For example,
v2024.01.00
is the initial release of the first quarter of 2024.
- For example,
The latest
version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
v2024.01.00
Path parameters
accountID
string
<uuid>
required
statementID
string
<uuid>
required
Response
billingPeriodEndDateTime
string<date-time>
required
billingPeriodStartDateTime
string<date-time>
required
createdOn
string<date-time>
required
fileName
string
required
fileSize
integer<int64>
required
statementID
string<uuid>
required
statementName
string
required
subscriptionIDs
array
required
summary
object
required
Show child attributes
ach
object
Show child attributes
feeAmount
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
volumeAmount
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
volumeCount
integer<int64>
adjustmentFees
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
cardAcquiring
object
Show child attributes
feeAmount
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
interchangeFees
object
Show child attributes
americanExpress
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
discover
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
mastercard
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
visa
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
volumeAmount
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
volumeCount
integer<int64>
instantPayments
object
Show child attributes
feeAmount
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
volumeAmount
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
volumeCount
integer<int64>
otherFees
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
platformFees
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
total
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
updatedOn
string<date-time>
required
achFees
object
Show child attributes
debits
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
noticeOfChange
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
return
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
sameDayCredit
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
standardCredit
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
total
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
unauthorizedReturn
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
cardAcquiringFees
object
Show child attributes
americanExpress
object
required
Show child attributes
completedDomesticInPerson
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedDomesticOnline
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedInternationalInPerson
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedInternationalOnline
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
declines
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
interchange
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
interchangePrograms
array
Show child attributes
count
integer<int64>
perItemRate
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
percentageRate
number<decimal>
programName
string
total
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
transferVolume
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
networkPassthrough
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
refunds
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
total
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
discover
object
required
Show child attributes
completedDomesticInPerson
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedDomesticOnline
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedInternationalInPerson
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedInternationalOnline
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
declines
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
interchange
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
interchangePrograms
array
Show child attributes
count
integer<int64>
perItemRate
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
percentageRate
number<decimal>
programName
string
total
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
transferVolume
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
networkPassthrough
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
refunds
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
total
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
mastercard
object
required
Show child attributes
completedDomesticInPerson
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedDomesticOnline
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedInternationalInPerson
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedInternationalOnline
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
declines
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
interchange
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
interchangePrograms
array
Show child attributes
count
integer<int64>
perItemRate
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
percentageRate
number<decimal>
programName
string
total
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
transferVolume
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
networkPassthrough
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
refunds
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
total
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
visa
object
required
Show child attributes
completedDomesticInPerson
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedDomesticOnline
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedInternationalInPerson
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
completedInternationalOnline
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
declines
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
interchange
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
interchangePrograms
array
Show child attributes
count
integer<int64>
perItemRate
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
percentageRate
number<decimal>
programName
string
total
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
transferVolume
object
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
networkPassthrough
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
refunds
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
total
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
instantPaymentFees
object
Show child attributes
pullFromCardDecline
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
pullFromCardRefund
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
pullFromCardTransaction
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
pushToCardDecline
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
pushToCardTransaction
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
rtpCreditTransaction
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
rtpDecline
object
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
total
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
otherCardFees
object
Show child attributes
cardAccountUpdater
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
cardVerification
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
disputes
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
nameVerification
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
total
object
required
Show child attributes
amount
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
count
integer<int64>
required
platformFees
object
Show child attributes
merchantPCIFee
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
total
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.
walletFee
object
required
Show child attributes
currency
string
required
Pattern
valueDecimal
string
required
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
For example, $12.987654321 is '12.987654321'.