/
Retrieves details of a on...
POST {{baseURL}}/pay-int-api/quick-payments/one-time/{{quickPaymentId}}
This endpoint Retrieves details of a one-time payment.
The link may be valid or expired.
See Also:
To create a one-time payment and link, see POST /pay-int-api/quick-payments/one-time
To see a list of one-time payments, see GET /pay-int-api/quick-payments/one-time
Security
Bearer
- Mock serverhttps://developer.flute.com/_mock/api-reference/pay-int-api/quick-payments/one-time/{quickPaymentId}
- Sandbox environmenthttps://sandbox.api.flute.com/pay-int-api/quick-payments/one-time/{quickPaymentId}
- Production environmenthttps://api.flute.com/pay-int-api/quick-payments/one-time/{quickPaymentId}
curl -i -X GET \
https://developer.flute.com/_mock/api-reference/pay-int-api/quick-payments/one-time/0423617a-2004-4516-935d-e5ad4bbbe93e \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-version: string'OK
Payment link status.
Possible values:
| Status ID | Status | Description |
|---|---|---|
| 1 | Active | The link is active and can be used. |
| 2 | Inactive | The link is inactive and cannot be used. |
| 3 | Expired | The link is inactive by timing out. |
| 4 | Completed | The link is inactive by having been used successfully. |
Specifies the customer identifier.
This is used when saving the payment method.
If this value is provided, the payment method is saved to the specified customer.
If this value is not provided, a new customer record is created.
Example: fd9198a4-eb6f-4620-9603-4f4638289de5
Example:"fd9198a4-eb6f-4620-9603-4f4638289de5"
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "amount": 0.1, "referenceId": "string", "status": 0, "shortUrl": "string", "customerId": "fd9198a4-eb6f-4620-9603-4f4638289de5", "customerName": "string", "createdOn": "2026-02-19T20:24:52.934Z" }