Submission APIs
Create a Payment Submission
To submit a payment, call the Create Payment Submission endpoint. This action is required before Paylias can proceed with any further steps in the payment lifecycle.{payment_id}
with the ID of the payment you previously created.
Response
Retrieve a Payment Submission
To retrieve a specific payment submission, use the Find Payment Submission endpoint.{payment_id}
and {submission_id}
with the ID of the payment and submission you’re looking for.
Response
List Submissions by Payment
To fetch the submission(s) associated with a particular payment, use the Fetch Submission by Payment endpoint.{payment_id}
with the ID of the payment you previously created. This is useful if you want to confirm whether a submission has already been made for a given payment ID.