PaySimply Biller Service
PaySimply Biller Service
Resolve Payment
Mark the staged payment as paid so it's included in the next invoice.Resolve Payment
POST /v1/resolve-payment
You must include the API key provided by PSI in the x-api-key request header.
Identifier for the staged payment.
{
"BillerService_Seq": 9999999999
}
Success - Payment has been acknowledged
Duplicate - BillerService_Seq has already been paid
Error - Something went wrong
{
"Result": "Success"
}