put https://api.copperx.dev/api/v1/payment-links/
Updates a payment link
Log in to see full request history
Responses
Updates a payment link
xxxxxxxxxx
16curl --request PUT \
--url https://api.copperx.dev/api/v1/payment-links/linkId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "one_time",
"nameCollection": true,
"emailCollection": true,
"phoneNumberCollection": true,
"shippingAddressCollection": true,
"billingAddressCollection": true,
"submitType": "pay",
"afterCompletion": "redirect"
}
'
Try It!
to start a request and see the response here! Or choose an example: