v1
latestOpenAPI 3.0.32026-07-248257161.1 KBPaymentLinks
Returns list of found payment links
This API returns the list of found payment links for a merchant.
get/paymentlinks/search
Query parameters
referencestring
search by payment link reference
customer_idstring uuid
search by customer id
customer_namestring
search payment link by customer name
Response
returns list of found payment links.
Example response
[
{
"id": "fbd2053b-638d-4133-957e-3caf63e6b79c",
"reference": "3245GOF456",
"description": "Kindly process to the payment of the october bill",
"amount": 5000,
"currency": "XOF",
"dueDate": "2024-04-24",
"status": "paid",
"paymentUrl": "https://api.bictorys.com/invoice-management/pay/437bbc50a7a58e5660ad?op_token=167bbc50a7a58e5660ad",
"redirectUrlAfterPayment": "https://merchant-online-store",
"enableMultiplePayment": true,
"nbrPayments": 5,
"deviceId": "ftui-mmmst",
"cashier": "cashier1@company.com",
"enableCardPaymentOnly": true,
"createdAt": "2022-06-20T17:17:11Z",
"updatedAt": "2022-06-20T17:17:11Z",
"customerName": "Fatou Diop",
"customerEmail": "fatou.diop@example.com",
"customerLocale": "fr-SN"
}
]