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 PreTransactionLinkV2Name | 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": "8a75d4cc-93a7-45a7-a654-5c193b9a1300", "correlationId": "sample string 2", "msisdn": "sample string 3", "currency": "sample string 4", "amount": 5.0 }, { "preTransactionId": "8a75d4cc-93a7-45a7-a654-5c193b9a1300", "correlationId": "sample string 2", "msisdn": "sample string 3", "currency": "sample string 4", "amount": 5.0 } ]