GET
/
MoneyIn
/
details
/
{transId}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

transId
string
required

ReferenceId for the transaction (PaymentId).

Response

200 - application/json
BatchAmount
number | null

Batch amount.

BatchNumber
string | null

Batch number.

CfeeTransactions
object[] | null

Service Fee or sub-charge transaction associated to the main transaction.

ConnectorName
string | null

Connector used for transaction.

Customer
object
DeviceId
string | null

Identifier of registered cloud device used in the transaction.

EntrypageId
integer

If applicable, the internal reference ID to the payment page capturing the payment.

ExternalProcessorInformation
string | null

Processor information, used for troubleshooting and reporting. This field contains a value when the API key used to make the request has management permissions.

FeeAmount
number

Service fee or sub-charge applied.

GatewayTransId
string | null

Internal identifier used for processing.

InvoiceData
object
Method
string | null

Payment method used: card, ach, or wallet.

NetAmount
number | null

Net amount paid.

Operation
string | null

The transaction's operation.

OrderId
string | null

Custom identifier for the transaction.

Maximum length: 250
OrgId
integer | null

ID of immediate parent organization.

ParentOrgName
string | null

The name of the parent organization.

PaymentData
object
PaymentTransId
string | null

Unique Transaction ID.

PayorId
integer

Unique ID for customer linked to the transaction.

PaypointDbaname
string | null

Paypoint's DBA name.

PaypointEntryname
string | null

Paypoint's entryname.

Maximum length: 50
PaypointId
integer

InternalId for paypoint.

PaypointLegalname
string | null

Paypoint's legal name.

PendingFeeAmount
number | null

The difference between the configured pass-through fee and the fee amount sent in the request. When transfering funds, Payabli uses this field to deduct the fee difference and transfer the correct amount to the merchant.

When a paypoint is set up to absorb fees, and the pass-through fee sent with the request is less than the configured amount, the difference must be covered by the merchant. See Fee Configuration to learn more about pass-through fee settings.

RefundId
integer | null

Identifier of refund transaction linked to this payment.

ResponseData
object

The transaction's response data.

ReturnedId
integer | null

Identifier of return/chargeback transaction linked to this payment.

ScheduleReference
integer | null

Reference to the subscription that originated the transaction.

SettlementStatus
integer

Settlement status for transaction. See the docs for a full reference.

Source
string | null

Custom identifier to indicate the transaction or request source.

Maximum length: 100
splitFundingInstructions
object[] | null

Split funding instructions for the transaction. The total amount of the splits must match the total amount of the transaction.

TotalAmount
number

Transaction total amount (including service fee or sub-charge)

TransactionEvents
object[] | null

Events associated with this transaction.

TransactionTime
string | null

Transaction date and time, in UTC.

TransAdditionalData
any

Not currently in use.

TransStatus
integer

Status of transaction. See the docs for a full reference.