Przelewy24 · Example Payload

Paymentmethodsresponse_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Paymentmethodsresponse_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 PaymentMethodsResponse",
  "value": {
    "name": "example_name",
    "id": 1,
    "status": false,
    "imgUrl": "https://example.com",
    "mobileImgUrl": "https://example.com",
    "mobile": false,
    "availabilityHours": {
      "mondayToFriday": "example_mondayToFriday",
      "saturday": "example_saturday",
      "sunday": "example_sunday"
    }
  }
}