{
"paymentIds": [
"string"
],
"paymentType": "INVOICE",
"urn": "string",
"accountNo": "string",
"seamlessBanking": true,
"frontendVersion": true,
"otpReferenceNumber": "string",
"otp": "string",
"partialPayment": true,
"amount": 0,
"paymentRemarks": "string"
}
curl --location --request POST 'https://test.your-api-server.com/api/v0/payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentIds": [
"string"
],
"paymentType": "INVOICE",
"urn": "string",
"accountNo": "string",
"seamlessBanking": true,
"frontendVersion": true,
"otpReferenceNumber": "string",
"otp": "string",
"partialPayment": true,
"amount": 0,
"paymentRemarks": "string"
}'
{
"response_code": 0,
"response_message": "string",
"payload": "string"
}