Mastercard · Example Payload

Mastercard Community Pass Payments Notification Example

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

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

Top-level fields

appIdpartnerIdproviderReferencesrcAccountpaymentChanneltransactionAmountaccountIdtransactionDatenarrationaccountNameaccountNumbercurrencycountryCodesignaturecorrelationId

Example Payload

Raw ↑
{
  "appId": "500123",
  "partnerId": "500123",
  "providerReference": "example_value",
  "srcAccount": "example_value",
  "paymentChannel": "example_value",
  "transactionAmount": 42.5,
  "accountId": "500123",
  "transactionDate": "example_value",
  "narration": "example_value",
  "accountName": "example_value",
  "accountNumber": "example_value",
  "currency": "example_value",
  "countryCode": "example_value",
  "signature": "example_value",
  "correlationId": "500123"
}