Skip to main content
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:
  • 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

string
required
Authentication token obtained after login.
string
required
Device UUID used for request tracking.
string
required
Platform identifier (e.g., “WEB”, “ANDROID”, “IOS”).

Path Parameters

string
required
Payment code number (PCN) of the payable item. Minimum length: 3.
string
required
Payable type associated with the PCN. Minimum length: 5. Supported values correspond to the PayableType enum.

Code Examples

Use Cases

1. Mark a Payment as “I Will Pay Later”

2. Track Payments Awaiting Customer Action