Links

links

List of payment links

Authorizations
AuthorizationstringRequired

Enter token in format (Bearer )

Query parameters
perPageintegerOptional

Number of items per page

Example: 100
pageintegerOptional

Page number

Example: 1
Responses
chevron-right
200

Payment Links

application/json
Responseany
get
/api/v1/link/list
post

Create a new link

Authorizations
AuthorizationstringRequired

Enter token in format (Bearer )

Body
anyOptionalExample: {"currencyId":3,"amount":12.546}
Responses
chevron-right
200

Link successfully created

application/json
Responseany
post
/api/v1/link/create

Details of a single link

Authorizations
AuthorizationstringRequired

Enter token in format (Bearer )

Path parameters
idintegerRequired

ID of the payment link

Example: 1
Responses
chevron-right
200

Link details

application/json
Responseany
get
/api/v1/link/edit/{id}

Update a link

Authorizations
AuthorizationstringRequired

Enter token in format (Bearer )

Path parameters
idintegerRequired

Link ID

Example: 1
Body
anyOptionalExample: {"currencyId":3,"amount":12.430834345}
Responses
chevron-right
200

Link updated successfully.

application/json
Responseany
put
/api/v1/link/update/{id}

Delete a link

Authorizations
AuthorizationstringRequired

Enter token in format (Bearer )

Path parameters
idintegerRequiredExample: 1
Responses
chevron-right
200

Link deleted successfully

application/json
Responseany
delete
/api/v1/link/delete/{id}

Last updated