Use this method to provide payment details to the payer after they are redirected from the merchant platform to the payment app. This method is called when an invoice is paid.
Request
Header Params
Responses
🟢200Success
application/json
Generating the X-JWS-Signature To send any request, a request signature must be generated using JWS technology. The JWS format must include the mandatory blocks header and signature and should be passed in the request header X-JWS-Signature.Header structure { "uri": "/v5/partner/invoices/info", "auth_id": "12345", "method": "POST", "params": "" "alg": "HS256" }