Links
get
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer )
Query parameters
perPageintegerOptionalExample:
Number of items per page
100pageintegerOptionalExample:
Page number
1Responses
200
Payment Links
application/json
Responseany
401
Request is unauthenticated
application/json
get
/api/v1/link/listpost
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer )
Body
anyOptionalExample:
{"currencyId":3,"amount":12.546}Responses
200
Link successfully created
application/json
Responseany
401
Request is unauthenticated
application/json
500
Server error, something went wrong on the server
application/json
post
/api/v1/link/createget
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer )
Path parameters
idintegerRequiredExample:
ID of the payment link
1Responses
200
Link details
application/json
Responseany
401
Request is unauthenticated
application/json
get
/api/v1/link/edit/{id}put
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer )
Path parameters
idintegerRequiredExample:
Link ID
1Body
anyOptionalExample:
{"currencyId":3,"amount":12.430834345}Responses
200
Link updated successfully.
application/json
Responseany
401
Request is unauthenticated
application/json
404
Link not found
application/json
500
Server error, something went wrong on the server
application/json
put
/api/v1/link/update/{id}delete
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer )
Path parameters
idintegerRequiredExample:
1Responses
200
Link deleted successfully
application/json
Responseany
400
Already Paid
application/json
401
UnAuthentication
application/json
500
Server error, something went wrong on the server
application/json
delete
/api/v1/link/delete/{id}Last updated