Przelewy24 · Example Payload

Transactionrequestbody1_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Transactionrequestbody1_Example is an example object payload from Przelewy24, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryvalue

Example Payload

Raw ↑
{
  "summary": "Example TransactionRequestBody1",
  "value": {
    "merchantId": 1,
    "posId": 1,
    "sessionId": "example_sessionId",
    "amount": 1,
    "currency": "example_currency",
    "description": "example_description",
    "email": "example_email",
    "client": "example_client",
    "address": "example_address",
    "zip": "example_zip",
    "city": "example_city",
    "country": "example_country",
    "phone": "example_phone",
    "language": "example_language",
    "method": 1,
    "urlReturn": "https://example.com",
    "urlStatus": "https://example.com",
    "timeLimit": 1,
    "channel": 1,
    "waitForResult": false,
    "regulationAccept": false,
    "shipping": 1,
    "transferLabel": "example_transferLabel",
    "mobileLib": 1,
    "sdkVersion": "example_sdkVersion",
    "sign": "example_sign",
    "encoding": "example_encoding",
    "methodRefId": "example_methodRefId",
    "cart": null,
    "additional": null
  }
}