GET {Type}/pre-transactions?partnerId={partnerId}&correlationId={correlationId}&api-version=2.0
Gets pre-transactions by correlation id (Supports OData 4.0).
Request Information
URI Parameters
| Name | Description | Type | Required | Additional information |
|---|---|---|---|---|
| partnerId |
Partner id |
integer |
Required |
|
| correlationId |
Correlation id. |
string |
Required |
|
| Type | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of PreTransactionLinkV2| Name | Description | Type | Required | Additional information |
|---|---|---|---|---|
| PreTransactionId |
Pre-transaction id. |
globally unique identifier |
None. |
|
| CorrelationId |
Correlation id - can be anything the consumer of the API needs. |
string |
None. |
|
| Msisdn |
Phone number used by phone payment and for sending sms notification. |
string |
None. |
|
| Currency |
Currency code (ISO-4217). |
string |
None. |
|
| Amount |
Amount (supports 2 decimals). |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"preTransactionId": "c6896f1b-9ab9-4610-9463-a3743489ceb7",
"correlationId": "sample string 2",
"msisdn": "sample string 3",
"currency": "sample string 4",
"amount": 5.0
},
{
"preTransactionId": "c6896f1b-9ab9-4610-9463-a3743489ceb7",
"correlationId": "sample string 2",
"msisdn": "sample string 3",
"currency": "sample string 4",
"amount": 5.0
}
]