crm-bij1migratie/mapping/chargebacks.json

11 lines
295 B
JSON
Executable File

{
"transactie_id": "paymentId",
"chargeback_id": "id",
"chargeback_datum": "createdAt",
"reden_code": "reason.code",
"reden_omschrijving": "reason.description",
"bedrag": "amount.value",
"mollie_customer_id": "payment.customerId",
"chargeback_bedrag": "settlementAmount.value"
}