URL that will be called when the customer complete the signing process with the bank. A JSON message will be sent via POST with the information of the subscription with the following structure (status can be "enabled" or "disabled"):
Value to associate with the subscription. It can be useful when you don't want your client to be identified with a random unique string in the bank's mandate subscription form.
Example: "12345678K"
image_url
string <= 1024 characters
URL of the image associated with the subscription.
Detailed description of the PAC (Automatic Payment) subscription carried out at banks for products.
Example: "PAC subscription for automatic payment of products at your bank."
Responses
200
Successful operation. Returns a JSON object with the subscription id that can be used to ask the customer to sign the direct debit mandate.
Response Schema: application/json
subscription_id
required
string <= 255 characters
Unique subscription identifier, to be associated with the service acquired by the customer. Subsequently, this value can be used to check the status of the subscription.
Example: "13a0f1aa-5e47-4894-aa8b-282dd19593ec"
redirect_url
required
string <= 1024 characters
The url where the merchant must redirect the user so that he/she can sign the subscription with his/her personal bank. It uses the subscription id as a url parameter.