Skip to main content
This endpoint allows a customer to notify the system about a bank transfer payment. Supported options include:
  • bank_pay_later — Customer will pay later; adds item to awaiting payments list
  • bank_paid_now — Customer confirms payment has been made
  • mistake — Customer reports a payment was made by mistake

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”).

Request Body

string
required
Payment code number associated with the transaction or transfer.
enum
required
Action the customer is notifying. Options:
  • bank_pay_later
  • bank_paid_now
  • mistake
string
Type of payable item. Defaults to TRANSACTION if not specified.

Code Examples

Use Cases

1. Notify That Payment Has Been Made Now


2. Notify That Payment Will Be Paid Later


3. Notify a Payment Was Made by Mistake