Payment links
Get payment link by id
Fetch a payment link by its ID.
Path Parameters
payment_link_id*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.invinciblepay.com/v1/payment-links/string"{
"accountId": "string",
"amount": "string",
"createdAt": 0,
"currency": "CAD",
"description": "string",
"expiresAt": 0,
"fundingSourceId": "string",
"id": "string",
"payerName": "string",
"paymentUrl": "string",
"reference": "string",
"status": "pending",
"transactionId": "string"
}{
"error": "string",
"error_code": {}
}{
"error": "string",
"error_code": {}
}{
"error": "string",
"error_code": {}
}{
"error": "string",
"error_code": {}
}