cURL
curl --request POST \ --url https://api.example.com/customers/{customerId}/payment-methods/{paymentMethodId}/signature \ --header 'Content-Type: application/json' \ --data ' { "deliveryMode": "EMAIL" } '
200
Example
{ "id": "<string>", "signers": [ { "customerId": "<string>", "url": "<string>" } ]}
the customer id
Optional: the whenAt datetime
the delivery mode
EMAIL
URL
the signature id
the signers
Show child attributes
Was this page helpful?