Submits a card-payment event from an acquiring flow for AML/screening. In acquiring, the merchant is your Customer (account holder) and the cardholder is the Counterparty.
Do not send card details that is protected by PCI-DSS. Use BIN, last-4 digits, expiry (YYYYMM), and holder name. This is typically sufficient for monitoring without expanding PCI DSS scope.
Minimal request example
{
"tenantTransactionId":"c45d18a6-2384-49aa-98ab-60134a50a5d7",
"tenantProcessingTimestamp":"2020-06-05T16:20:01.618Z",
"initiatingParty":"FUNDS_ORIGINATOR",
"accountHoldingParty":"FUNDS_BENEFICIARY",
"fundsOriginator":{
"accountId":"8713672ec1687d0dbbe462e04125b513",
"last4Digits":"2253",
"bankIdentifier":"542810",
"expiry":"202812",
"scheme":"MASTER",
"bankCountry":"BR"
},
"fundsBeneficiary":{
"accountId":"421083",
"holder":"Limo Rental",
"bankCountry":"DE",
"scheme":"CARD_MERCHANTACCOUNT"
},
"initiatedAmount":400.00,
"initiatedCurrency":"USD",
"settledAmount":328.13,
"settledCurrency":"EUR",
"usage":"Rental #2345763",
"paymentType":"AUTHORIZATION_CAPTURE",
"transactionResult":"ACCEPTED",
"channel":"ECOMMERCE",
"masterData":{
"accountHoldingPartyData":{
"riskLevel":"high",
"companyDetails":{
"businessPurposes":[
"7512"
],
"organizationType": "FOR_PROFIT",
"inBusinessSince": "2019-06-05"
},
"contactDetails":{
"country":"DE",
"street":"Hannes Friedrichstr. 27",
"town":"Munich",
"zip":"82101"
},
"characteristics": {
"customerSince": "2020-01-15",
"expectedTicketSizeAverage": 600,
"expectedIncomeMonthly": 80000
}
}
}
}Field references
Field | Description |
|---|---|
| Your unique transaction ID (traceability/idempotency). |
| UTC timestamp when you processed the transaction (ISO-8601). |
| Party that initiated the transaction (here: the cardholder = |
| Your customer in this flow (here: the merchant = |
| Cardholder (payer) details object. |
| Merchant (payee) details object. |
| Amount as initiated at authorization. |
| Initiated currency (ISO-4217 alpha-3). |
| Amount expected/posted at settlement (0 for declines/only-auth). |
| Settlement currency (ISO-4217 alpha-3). |
| Payment descriptor/reference (e.g., receipt, order number). |
| Payment stage/type (e.g., |
| Result code (e.g., |
| Where/how it occurred (e.g., |
| Container for merchant master/customer data. |
fundsOriginator (cardholder)
Field | Description |
|---|---|
| Card token/UUID or similar pseudonymous identifier. |
| Last four digits of the card PAN. |
| Card BIN (first 6 digits). |
| Card expiry in |
| Card scheme (e.g., |
| Issuing country (ISO country code). |
fundsBeneficiary (merchant)
Field | Description |
|---|---|
| Merchant ID / merchant account identifier. |
| Merchant legal/trading name. |
| Merchant account country (typically the acquirer/processor country). |
| Always |
masterData.accountHoldingPartyData
Field | Description |
|---|---|
| Merchant risk level from acquirer/processor (e.g., low/medium/high). |
| Company-level metadata about the merchant. |
| Registered contact/location info. |
| Operational/expected behavior metrics. |
companyDetails
Field | Description |
|---|---|
| MCC(s) or equivalent merchant classification list (e.g., |
| Organization type (e.g., |
| Business start date (ISO-8601). |
contactDetails
Field | Description |
|---|---|
| Merchant country (ISO code). |
| Street address. |
| City/Town. |
| Postal/ZIP code. |
characteristics
Field | Description |
|---|---|
| Since when the merchant is your customer. |
| Expected average ticket size (merchant base currency). |
| Expected monthly volume (merchant base currency). |