Przelewy24 · Example Payload

Marketplace_Merchantregisterbody_Example

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Marketplace_Merchantregisterbody_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": "Marketplace Example MerchantRegisterBody",
  "value": {
    "business_type": 1,
    "name": "example_name",
    "email": "example_email",
    "pesel": "example_pesel",
    "phone_number": "example_phone_number",
    "bank_account": "example_bank_account",
    "invoice_email": "example_invoice_email",
    "shop_url": "https://example.com",
    "services_description": "example_services_description",
    "trade": "agd",
    "krs": "example_krs",
    "nip": "example_nip",
    "regon": "example_regon",
    "acceptance": 1,
    "representatives": null,
    "contact_person[name]": "example_contact_person[name]",
    "contact_person[email]": "example_contact_person[email]",
    "contact_person[phone_number]": "example_contact_person[phone_number]",
    "technical_contact[name]": "example_technical_contact[name]",
    "technical_contact[email]": "example_technical_contact[email]",
    "technical_contact[phone_number]": "example_technical_contact[phone_number]",
    "address[country]": "PL",
    "address[city]": "Warszawa",
    "address[post_code]": "example_address[post_code]",
    "address[street]": "example_address[street]",
    "correspondence_address[country]": "PL",
    "correspondence_address[city]": "Pozna\u0144",
    "correspondence_address[post_code]": "example_correspondence_address[post_code]",
    "correspondence_address[street]": "example_correspondence_address[street]"
  }
}