- 21 Dec 2023
- 1 Minute to read
- Print
- DarkLight
View Flexible Remittance Configuration
- Updated on 21 Dec 2023
- 1 Minute to read
- Print
- DarkLight
The ISV remittance configuration is set during ISV boarding (new ISVs) or following migration of an ISV to a Flexible Remittance type (existing ISVs). This configuration will be applied by default to the ISV’s merchant when the merchant completes the onboarding journey and is ready to accept payments.
To view the ISV configuration, use the API – Get Remittance Instruction Configuration with the ISV Id in the {merchantId} field.
Below is a sample response if the configuration exists.
{
"merchantId": "12345678",
"isvId": "12345678",
"remittanceMode": "ON_DEMAND",
"createdAt": "2023-07-12T11:55:20.189Z",
"lastUpdatedAt": "2023-07-12T11:55:20.189Z",
"lastUpdatedBy": "xyz@abc.com"
}
Note: the “merchantId” and “isvId” values are the same.
An Etag will be returned in the response header to identify the specific version of the resource.
View Merchant Configuration
This will show the current remittance configuration for the Merchant.
To view a merchant’s configuration, use the API – Get Remittance Instruction Configuration with the Merchant Id in the {merchantId} field.
Below is a sample response if the configuration exists.
{
"merchantId": "19276543",
"isvId": "12345678",
"remittanceMode": "ON_DEMAND",
"createdAt": "2023-07-12T11:55:20.189Z",
"lastUpdatedAt": "2023-07-12T11:55:20.189Z",
"lastUpdatedBy": "xyz@abc.com"
}
An Etag will be returned in the response header to identify the specific version of the resource.