Mastercard · Example Payload

Mastercard Debtor Service Provider Resources Transaction Acknowledgement Example

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Mastercard Debtor Service Provider Resources Transaction Acknowledgement Example is an example object payload from Mastercard, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

paymentRequestLifecycleIdendToEndIdinstructionIdaccountServicerReferencereconIdconfirmationExpiryTimeIntervalpaymentRequestTypetransactionCreationDateTimeinstructedAmountpurposecategoryPurposerestrictioncreditAccountAllowedstrongCustomerAuthentication

Example Payload

Raw ↑
{
  "paymentRequestLifecycleId": "500123",
  "endToEndId": "500123",
  "instructionId": "500123",
  "accountServicerReference": "example_value",
  "reconId": "500123",
  "confirmationExpiryTimeInterval": 42.5,
  "paymentRequestType": "example_value",
  "transactionCreationDateTime": "example_value",
  "instructedAmount": "example_value",
  "purpose": "example_value",
  "categoryPurpose": "example_value",
  "restriction": "example_value",
  "creditAccountAllowed": true,
  "strongCustomerAuthentication": true
}