username:password
Authorization: Basic *****************
{
"transactionType": "P",
"paymentTokenId": "string",
"amount": 0,
"comment": "string",
"receiptEmail": "string",
"allowDuplicates": true
}
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/api/v1/group/123/customer/554433/transaction/payment/' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"transactionType": "P",
"paymentTokenId": "string",
"amount": 0,
"comment": "string",
"receiptEmail": "string",
"allowDuplicates": true
}'
{
"custNo": 0,
"paymentProvider": "QS",
"transactionType": "PAYMENT",
"id": "string",
"receiptNumber": "string",
"status": "Approved",
"transactionDate": "2019-08-24T14:15:22Z",
"settlementDate": "2019-08-24T14:15:22Z",
"responseCode": "00",
"responseDescription": "string",
"summaryCode": "0",
"totalAmount": 0
}