I am using API to get last 4 digit of credit card of a payment of an order for my accountant.
What API should I use?
I can find it under dashboard, but I can not get it through API.
I am using API to get last 4 digit of credit card of a payment of an order for my accountant.
What API should I use?
I can find it under dashboard, but I can not get it through API.
Some transactions returns 'cardTransaction' object, while some transactions doesn't. How do I get the last 4 digit credit card of transactions that didn't?
/v3/merchants/{ {mid}}/payments/{ {paymentId}}?expand=cardTransaction
Retrieve the payment and expand on cardTransaction per the above snippet.
https://docs.clover.com/docs/expanding-fields
2 People are following this question.
Order shows as "Partially Paid" even though it's fully paid
500 Internal Server Error on export api while pulling orders.
How to get customer payment on split order
How should I backfill merchants’ orders (and payment) data in my app?
Facing com.clover.sdk.v1.ClientException when adding Discount in the Order