Skip to main content
POST
/
customers
/
{customerId}
/
payment-methods
/
{paymentMethodId}
/
signature
Generate mandate signature request
curl --request POST \
  --url https://api.example.com/customers/{customerId}/payment-methods/{paymentMethodId}/signature \
  --header 'Content-Type: application/json' \
  --data '
{
  "deliveryMode": "EMAIL"
}
'
{
"id": "<string>",
"signers": [
{
"customerId": "<string>",
"url": "<string>"
}
]
}

Path Parameters

customerId
string
required

the customer id

paymentMethodId
string
required

Query Parameters

whenAt
string

Optional: the whenAt datetime

Body

application/json
deliveryMode
enum<string>
required

the delivery mode

Available options:
EMAIL,
URL

Response

id
string
required

the signature id

signers
object[]
required

the signers