Purpose and Workflow
When your platform receives aPayment Admission Task, you are expected to process it by:
- Authenticating the request with your customer using your preferred mechanism (e.g., biometric, OTP, PIN)
- Accepting or rejecting the task based on your customer’s response or internal checks
Common Use Case: Pull Payments
In pull payment scenarios—such as when a merchant requests a payment from a customer—the customer’s financial platform receives an Admission Task. Example:
Customer adds items to their cart, enters their Paylias, and the merchant’s partner submits a pull payment. Paylias creates a Payment Admission and assigns an Admission Task to the customer’s platform. The platform must now authenticate and confirm the request with the customer.
Reason Codes
When rejecting a task, one of the followingstatus_reason values should be used:
Webhook Integration
To receive tasks in real-time, subscribe to the following webhook events:payment_admission_task:createdpayment_admission_task:updated
Respond to an Admission Task
Complete an admission task
Reject an admission task
Response
Fetch a Task by ID
Fetch