Remove Biller
Provides functionality for business or individual users to remove a biller from their existing list.
Endpoint
Method: POST
URL: {{URL}}/PL/jsonrpc
Headers
Key | Type | Required | Description |
---|---|---|---|
Content-Type | string | Yes | application/json |
Request
{
"method": "BillpayConnectorService.RemoveBiller",
"id": "1",
"params": {
"payload": {
"accountNumber": "200213493088644",
"billerClass": "Bank Card",
"billerId": "0311001619",
"billerName": "AMEX Standard",
"billerType": "Core",
"consumerAccountNumber": "374322123456789",
"billerAddress": {
"addressLine1": "PO Box 37271",
"city": "Hunt Valley",
"country": "USA",
"state": "MD",
"type": "Previous",
"zipCode": "21297"
},
"billerMask": {
"maskFormat": "374322#########",
"maskLength": "15",
"maskRejex": "374322\\d{9}"
}
},
"api": {
"signature": "MEYCIQC/JTBp8ACIMO6YzAhh0nFVW8+yjnaPmfPt4pAxi6Y+iAIhAMV7H1c31JDOZ4fORHwHVhXgsG9xESmdkVColFALHKqJ",
"credential": "Basic bS5rdW1hcisxQG5ldHhkLmNvbToyYjVlMDIzMDg1NjU0YTE3ODUwZWE0N2Q1NWFlNWViNA==",
"keyId": "231008"
}
}
}
Response: 200
Request Parameters
{
"id": "1",
"result": {
"status": "DELETED",
"message": "Biller Removed Successfully"
},
"jsonrpc": "2.0"
}