v1

latestOpenAPI 3.0.02026-07-2691259477.2 KB
MoneyIns | Pay by Link

Get Details of a Completed Payment Form

This method lets you to retreive the status of a <b>completed (or filled) payment form</b><br /> Scenario

<ul><li>Using the POST /moneyins/card/paymentform method, you have generated a re-usable Payment Form (with the form Id is for example 579c7def4bb0411da294d9b57c2c1323)</li><li>Some clients filled the form and make payment.</li><li>Each time a client completes the form and click on the <b>Accept and Pay</b> button, Lemonway will store the completed form and generate a new id for it, for example 7e98be392a5e45f6bc357a9ab8c623d2</li><li>The initial status of the <b>completed form</b> is pending. When client finish the payment process, it will switch to PAID. It could also switch to CANCEL or ERROR.</li><li>In this example, the completed form 7e98.. was created from the parent form 579c..The form 579c.. is reusable, which means it can be completed several time by different clients, so it could have many completed version.This function allows you to retreive the status of a the filled form via its id (7e98..).</li></ul>
get/v2/moneyins/paymentform/{formid}/completed

Path parameters

formidstring required

Headers

Authorizationstring required

Authorization bearer (OAuth 2)

PSU-Accept-Languagestring

Response language accepted by final client (PSU). English by default

PSU-IP-Addressstring required

IP address of the final client (PSU).

PSU-User-Agentstring

User-agent of the final client (PSU).

Response

OK