curl --request GET \
--url https://api.hit-pay.com/v1/charges/export \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'This response has no body data.Export charge records in bulk to CSV
curl --request GET \
--url https://api.hit-pay.com/v1/charges/export \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'This response has no body data."b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
The order version.
Search for fields: amount ,created_at ,id remark, customer_name
It's optional field and it's charge_id
It's optional field and it's charge_id
The payment methods: card, alipay, paypal_card.. etc.
The statuses are in "completed" , "pending", "sent", "draft", "expired"
The from of created order
The To of created order
If you want to display more charge and products objects. Example: charges,products
Was this page helpful?