TransactionHistory-GetDetail-v3: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 109: | Line 109: | ||
=== BankTransferPayment === | === BankTransferPayment === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== BankTransferPaymentFee === | === BankTransferPaymentFee === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== BlockAmount === | === BlockAmount === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== CardPayment === | === CardPayment === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== CardProcessingFee === | === CardProcessingFee === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== CardTopUp === | === CardTopUp === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== CashTopUp === | === CashTopUp === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== Comission === | === Comission === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== Donation === | === Donation === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== ElectronicMoneyPayment === | === ElectronicMoneyPayment === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== ExternalTransfer === | === ExternalTransfer === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== GatewayFee === | === GatewayFee === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== InternalTransfer === | === InternalTransfer === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== IssueFromCustody === | === IssueFromCustody === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== PayeeTransaction === | === PayeeTransaction === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== RefundToBankAccount === | === RefundToBankAccount === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== RefundToCard === | === RefundToCard === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== RefundToWallet === | === RefundToWallet === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== RejectedWithdraw === | === RejectedWithdraw === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== RejectedWithdrawFee === | === RejectedWithdrawFee === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== ReleaseAmount === | === ReleaseAmount === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== UnsuccessfulRefundToBankAccount === | === UnsuccessfulRefundToBankAccount === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== UnsuccessfulRefundToCard === | === UnsuccessfulRefundToCard === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== UnsuccessfulTransfer === | === UnsuccessfulTransfer === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== UnsuccessfulWithdraw === | === UnsuccessfulWithdraw === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== WireTopUp === | === WireTopUp === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== Withdraw === | === Withdraw === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
=== WithdrawFee === | === WithdrawFee === | ||
{{TransactionHistoryDetail}} | |||
|- | |||
|} | |||
Revision as of 13:41, 17 March 2023
Barion API: transaction history details
| GET | /v3/TransactionHistory/GetDetail |
|---|
The /v3/TransactionHistory/GetDetail API endpoint is used to query the details of the specified transaction history element.
Prerequisites before use:
IMPORTANT
This API should not be used for reconciliation, use the statement API instead.
IMPORTANT
The item type of history elements does not correlate with the type of transactions exported through GUI or downloaded with statement
API.
Authentication
Input properties
The input properties should be defined in the query string.
| Property name | Property type | Limitations and constraints | Description |
|---|---|---|---|
| ItemId | Guid | * Required | The identifier of the history element. |
Input properties
Output properties
| Property name | Property type | Description |
|---|---|---|
| DetailInformation | custom structure | The data structure depends on the history item type. The structures are linked below. |
History item structures:
Custom structures
BankTransferPayment
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
BankTransferPaymentFee
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
BlockAmount
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
CardPayment
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
CardProcessingFee
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
CardTopUp
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
CashTopUp
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
Comission
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
Donation
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
ElectronicMoneyPayment
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
ExternalTransfer
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
GatewayFee
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
InternalTransfer
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
IssueFromCustody
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
PayeeTransaction
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
RefundToBankAccount
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
RefundToCard
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
RefundToWallet
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
RejectedWithdraw
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
RejectedWithdrawFee
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
ReleaseAmount
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
UnsuccessfulRefundToBankAccount
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
UnsuccessfulRefundToCard
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
UnsuccessfulTransfer
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
UnsuccessfulWithdraw
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
WireTopUp
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
Withdraw
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |
WithdrawFee
| Property name | Property type | Description |
|---|---|---|
| HistoryId | Guid | The identifier of the transaction. |
| HistoryType | HistoryItemType | The type of the transaction. |
| HappenedAtUtc | DateTime | The exact time when the transaction happened. |
| SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
| TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
| Amount | decimal | The amount of the transaction. |
| Currency | string | The 3-character ISO 4217 currency code of the payment. |
| Description | string | Description of the transaction. Max: 640 characters. |
| IsInProgress | bool | This flag indicates that the transaction is not in the final state. |