Skip to main content
Payment Admission Tasks are actions assigned to a partner in response to a Payment Admission, typically as part of a pull payment scenario. They enable you to authenticate an incoming payment request with your customer before finalizing the transaction. This serves as an important checkpoint—particularly in e-commerce use cases—where funds are being requested from your customer. Payment Admission Tasks give your platform the opportunity to present the payment request to the user and require explicit approval or rejection.

Purpose and Workflow

When your platform receives a Payment 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
Once accepted, the task is considered complete and Paylias proceeds to create the transaction. If rejected, the payment is not processed and no funds are moved.

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 following status_reason values should be used:

Webhook Integration

To receive tasks in real-time, subscribe to the following webhook events:
  • payment_admission_task:created
  • payment_admission_task:updated

Respond to an Admission Task

Complete an admission task
Reject an admission task

Response


Fetch a Task by ID

Fetch