Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/billing-service/v1/admin/payment/' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'billingAccountId=' \
--data-urlencode 'transactionId=' \
--data-urlencode 'amount=' \
--data-urlencode 'currency=' \
--data-urlencode 'method=' \
--data-urlencode 'status=' \
--data-urlencode 'metadata='{
"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"
}
}