cURL
curl --request POST \ --url https://api.example.com/brokerage-firms/{brokerageFirmId}/payment-methods/{paymentMethodId}/signature \ --header 'Content-Type: application/json' \ --data ' { "deliveryMode": "EMAIL" } '
200
Example
{ "signatures": [ { "id": "<string>", "signers": [ { "customerId": "<string>", "url": "<string>" } ] } ] }
Creates a signature request for a SEPA mandate document for the brokerage firm payment method.
the brokerageFirm id
the delivery mode
EMAIL
URL
the signature requests
Show child attributes
Was this page helpful?