Bill Payment Validator service returns the processing status for a potential RPPS transaction

POST {{baseUrl}}/isRoutingValid

Bill Payment Validator performs real time transaction validation against the specified Biller ID's account masks, account check digits and all other registered RPPS processing parameters.

Request Body

{"BillPayAccountValidation"=>{"RppsId"=>"99887761", "BillerId"=>"9998887771", "AccountNumber"=>"1234567890", "TransactionAmount"=>"250.00", "CustomerIdentifier1"=>"", "CustomerIdentifier2"=>"", "CustomerIdentifier3"=>"", "CustomerIdentifier4"=>"", "ResponseString"=>"Successful"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"BillPayAccountValidation":{"RppsId":"99887761","BillerId":"9998887771","AccountNumber":"1234567890","TransactionAmount":"250.00","CustomerIdentifier1":"","CustomerIdentifier2":"","CustomerIdentifier3":"","CustomerIdentifier4":"","ResponseString":"Successful"}}