3 - InvoicePay
Headers
Content-Type
Authorization
Bearer Bearer !TOKEN!Body
{
"AccountId": 231,
"InvoiceNoList": [
{
"InvoiceId": 298,
"InvoiceNo": "84582483",
"InvoiceAmount": 49.25
}
]
}Last updated
POST https://apigw.elekse.com/api/hoppa/payments/invoice/pay
application/json
Bearer Bearer !TOKEN!{
"AccountId": 231,
"InvoiceNoList": [
{
"InvoiceId": 298,
"InvoiceNo": "84582483",
"InvoiceAmount": 49.25
}
]
}Last updated