Physical Agreement Finland
ExamplePlease note that the flow is only applicable for partners and customers in Finland and can only be set up in agreement with Key Account Manager
What can I find here?
Create an agreement
In order to print a physical agreement the agreement must first be created.
URL to create physical agreement: https://merchant-api.integration.resurs.com/v2/agreements
Link to the call in swagger documentation: Create physical agreement
Curl to create agreement
curl –location –request POST ‘https://merchant-api.integration.resurs.com/v2/agreements’
–header ‘Authorization: Bearer Token’ \ –header ‘Content-Type: application/json’ \ –data-raw ‘{ “applicationId”: “”, “applicantIdentification”: { “type”: “ID”, “reference”: “reference” } }’
Sign an agreement
After creating an agreement, the agreement must be signed and printed.
URL to sign physical agreement: https://merchant-api.integration.resurs.com/v2/agreements/sign
Link to the call in swagger documentation: Sign Physical Agreement
Curl to sign agreement
curl –location –request POST ‘https://merchant-api.integration.resurs.com/v2/agreements/sign’
–header ‘Authorization: Bearer Token’ \-header ‘Content-Type: application/json’ \ –data-raw ‘{ “paymentId”: “”, “applicantIdentification”: { “type”: “ID”, “reference”: “reference” } }’