Data models specific to the transaction API
Attributes items object
Attribute | Type | Description |
---|---|---|
orderStatus | string | Status of the order |
orderTokenLast4 | string | Last 4 digits of the Scalapay order number |
orderCreatedDate | datetime | Date and time of order creation in in ISO 8601 format |
type | string | Accepted values: online or offline |
product | string | Which Scalapay product is being called Accepted values: pay-in-3 , pay-in-4 |
merchantReference | string | Unique reference that identifies merchant order |
captureStatus | string | Status of amount open to capture |
captureAmount | amount | Amount captured |
transferID | string | Unique reference that identifies the transfer |
merchantPayoutToken | string | Unique reference that identifies the payout |
transationDate | datetime | Date and time the transaction was sent in in ISO 8601 format |
grossAmount | Amount | Total amount |
netAmount | Amount | Amount without the fees |
totalFeeAmount | Amount | Total amount of fees |
scalapayFeeAmount | Amount | Total amount of Scalapay fees |
scalapayFeeTaxAmount | Amount | Tax amount of the Scalapay fees |
otherFeeAmount | Amount | Total amount of other fees |
otherFeeTaxAmount | Amount | Tax amount of other fees |