...
The set of required inputs (data that needs to be provided in body of this request) depends on the bank of the payment sender. Client of this API must react to requested inputs that are specified in the responses of this endpoint.
Also, in steps where query parameters are present in redirect towards the integrator (e.g. return from the bank), integrator needs to provide these parameters in body of the payment process request.
To protect sensitive user’s data from being misused, these user’s data must be sent in an encrypted form:
...
Code Block |
---|
200: { "meta": { "status": "SUCCESS" }, "data": { "id": "12", "status": "CREATED", "redirectUrl": "http://app.everifin.localcom/api/v1/ef/router?state=a51048c5f5f4487c935d70cc058d46ed", "type": "REDIRECT" } } |
...