Skip to main content
POST
/
paymentLink
/
{paymentLinkId}
/
uploadPdf
Uploads a pdf to a payment link.
curl --request POST \
  --url https://virtserver.swaggerhub.com/nickel-ace/apiv1/1.0.0/paymentLink/{paymentLinkId}/uploadPdf \
  --header 'Content-Type: application/json' \
  --data '
{
  "fileId": "<string>"
}
'
{
  "code": 123,
  "type": "<string>",
  "message": "<string>"
}

Path Parameters

ID of payment link to update

Body

application/json
fileId
string

Response

Successful operation

code
integer<int32>
type
string
message
string