- Get all card payment events
Get all card payments
Get a single card payment
Get all card payment even...
Returns a flat, chronological list of card payment events across one or more card payments. Each entry carries the event plus the parent CardPayment context (card, merchant, group).
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/card_payment_events
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/card_payment_events
curl -i -X GET \
'https://sandbox.weavr.io/multi/card_payment_events?offset=0&limit=1&cardPaymentId=string&cardId=string&type=AUTHORISATION&subtype=sale_purchases&reversal=true×tampFrom=0×tampTo=0&sortOrder=ASC' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'accept: string' \
-H 'api-key: YOUR_API_KEY_HERE'Response
- AUTHORISATION
- SETTLEMENT
- REFUND
- ORIGINAL_CREDIT
{ "events": [ { … } ], "count": 0, "responseCount": 0 }