Events
Write a list of events to the ledger database
post/v1/event
Response
OK
Example response
[
{
"amount": 100,
"card_brand": "visa",
"event_type": "PAYMENT_CREATED",
"gateway_account_id": "1",
"is_moto": true,
"is_recurring": true,
"payment_provider": "sandbox",
"resource_external_id": "9np5pocnotgkpp029d5kdfau5f",
"resource_type": "payment",
"service_external_id": "HrMU7UgY7OUM8fgT2bZCTKzvKu",
"source": "CARD_API",
"transaction_type": "PAYMENT",
"wallet_type": "APPLE_PAY"
}
]