/{tenantCode}/v1/payment-channel/viva
Request
Body Params application/json
{
"clientId": "string",
"clientSecret": "string",
"merchantId": "string",
"sourceCode": "string",
"appCallbackUrl": "string"
}
Request Code Samples
curl --location --request GET 'https://sandbox.api.confirmapay.com//v1/payment-channel/viva' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"clientSecret": "string",
"merchantId": "string",
"sourceCode": "string",
"appCallbackUrl": "string"
}'
Responses
This response does not have a body.
Modified at 2026-01-16 06:29:14