Authorization: Bearer ********************curl --location --request GET 'https://api.stg.bidancer.com/billing-service/v1/admin/payment/list?take' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "string",
"data": [
{
"id": "string",
"invoiceId": "string",
"billingAccountId": "string",
"transactionId": "string",
"amount": 0,
"currency": "string",
"method": "card",
"status": "pending",
"metadata": null,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"type": "cursor",
"pageSize": 0,
"nextCursor": "string",
"prevCursor": "string",
"totalData": 0
}
}