SumUp · Example Payload

Createapplepaysession Response 200

PaymentsPOSPoint of SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments

Createapplepaysession Response 200 is an example object payload from SumUp, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

displayNamedomainNameepochTimestampexpiresAtmerchantIdentifiermerchantSessionIdentifiernonceoperationalAnalyticsIdentifierpspIdretriessignature

Example Payload

Raw ↑
{
  "displayName": "Test Account",
  "domainName": "pay.sumup.com",
  "epochTimestamp": 1775323532665,
  "expiresAt": 1775327132665,
  "merchantIdentifier": "7801D328E6637EFC1ADE6CE01C671D2CD318E32CA4ED1F9FC390D170D827D9AB",
  "merchantSessionIdentifier": "SSH92CC412E5FCF4FAB88684914C953C0D4_916523AAED1343F5BC5815E12BEE9250AFFDC1A17C46B0DE5A943F0F94927C24",
  "nonce": "a968a2bf",
  "operationalAnalyticsIdentifier": "Test Account:7801D328E6637EFC1ADE6CE01C671D2CD318E32CA4ED1F9FC390D170D827D9AB",
  "pspId": "7801D328E6637EFC1ADE6CE01C671D2CD318E32CA4ED1F9FC390D170D827D9AB",
  "retries": 0,
  "signature": "<apple-pay-signature>"
}