This endpoint allows a user to mark a payment as ‘I will pay later’. It is typically used when a customer cannot pay immediately but wants the payment recorded in the Awaiting Payments List for follow-up. This API is used by dashboards, finance teams, or back-office operations to:Documentation Index
Fetch the complete documentation index at: https://docs.fincode.technology/llms.txt
Use this file to discover all available pages before exploring further.
- Record a payment intent without actual funds transfer
- Generate an awaiting payment entry tied to the PCN and payable type
- Allow subsequent operations to track or confirm the payment
Authentication
Authentication token obtained after login.
Device UUID used for request tracking.
Platform identifier (e.g., “WEB”, “ANDROID”, “IOS”).
Path Parameters
Payment code number (PCN) of the payable item. Minimum length: 3.
Payable type associated with the PCN. Minimum length: 5. Supported values correspond to the
PayableType enum.