Mastercard · Example Payload

Mastercard Community Pass Payments Recipient Example

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

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

Top-level fields

clientIdtransactionIdaccountNameaccountNumbertransactionAmountcurrencycountryCoderesponseCoderesponseMessage

Example Payload

Raw ↑
{
  "clientId": "500123",
  "transactionId": "500123",
  "accountName": "example_value",
  "accountNumber": "example_value",
  "transactionAmount": 42.5,
  "currency": "example_value",
  "countryCode": "example_value",
  "responseCode": "example_value",
  "responseMessage": "example_value"
}