Returns the aggregated card payments for the logged-in identity. A CardPayment represents the full lifecycle of a card payment (authorisation + settlements + optional reversal/expiry/refund/original credit) as a single business-level entity.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/card_payments
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/card_payments
curl -i -X GET \
'https://sandbox.weavr.io/multi/card_payments?offset=0&limit=1&cardId=string&status=SETTLEMENT_IN_PROGRESS&type=PURCHASE&subtype=sale_purchases&merchantName=string&amountFrom=0&amountTo=0&relatedCardPaymentId=string&creationTimestampFrom=0&creationTimestampTo=0&lastUpdatedTimestampFrom=0&lastUpdatedTimestampTo=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
{ "cardPayments": [ { … } ], "count": 0, "responseCount": 0 }