Bulk Payment Processing

After the bulk payment is initiated it can be processed using the following endpoint:

PATCH {{everifin_api_url}}/v1/payments/bulk/{{bulk_payment_id}}

Except different statuses (described further below), the processing works the same way as for the single payment which is described here: Single Payment Processing

Endpoint postman documentation: Process Bulk Payment

Bulk Payment Statuses

Status

Final

Description

Status

Final

Description

CREATED

no

Payment is created and waiting for further processing.

FINISHED

yes

All individual payments in the bulk have been accepted and processed by the bank.

PROCESSING

no

The payment is being processed (user is authorizing payment on bank`s page or authorization is finished and payment is being further processed by the bank).

PARTIALLY_PAID

yes

When at least one individual payment in bulk has been authorized and accepted by bank.

FAILED

yes

None of the individual payments have been accepted by bank