Mastercard · Example Payload

Mastercard Community Pass Payments Callback Example

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Mastercard Community Pass Payments Callback Example is an example object payload from Mastercard, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

appIdpartnerAccountIdtransactionReferenceproviderReferencestatusconfirmationUrlresponseCoderesponseMessagecorrelationIdapiActionrecipients

Example Payload

Raw ↑
{
  "appId": "500123",
  "partnerAccountId": "500123",
  "transactionReference": "example_value",
  "providerReference": "example_value",
  "status": "example_value",
  "confirmationUrl": "https://www.example.com",
  "responseCode": "example_value",
  "responseMessage": "example_value",
  "correlationId": "500123",
  "apiAction": "example_value",
  "recipients": []
}