Payments statuses migration

📘

This page concerns you if you integrated the Payments feature before 30th of March 2022

We simplified the payments statuses so some statuses used before this date won't be used anymore

Possible statuses before 30th of March

StatusDescription
CREA temporary statusPayment is being created on Bridge side (after POST /payment-requests)
ACTC temporary statusPayment has been created on bank side
ACCP temporary statusPayment has been created and the user has logged in (not used by every bank)
PDNG temporary statusPayment has been confirmed and must now be executed by the bank (the bank should do it within 1 open day except for scheduled payments)
ACSP temporary statusPayment is being executed by the bank
PART final status (payment request only, for bulk payments)In this case, please check the transactions statuses because it means some of them might be successful and some might be rejected

Payment has been confirmed and must now be executed by the bank (the bank should do it within 1 open day)
ACSC final statusPayment has been executed successfully by the bank
CANC final statusPayment has been cancelled
RJCT final statusPayment has been rejected

Simplified statuses from 30th of March

StatusDescription
CREA temporary statusPayment is being created (after POST /payment-requests)
ACTC temporary statusPayment has been created
PDNG temporary statusPayment has been confirmed and must now be executed by the bank (the bank should do it within 1 open day except for deferred payments)
ACSC final statusPayment has been executed successfully by the bank
RJCT final statusPayment has been rejected
PART final status (payment request only, for bulk payments)In this case, please check the transactions statuses because it means some of them might be successful and some might be rejected

Payment has been confirmed and must now be executed by the bank (the bank should do it within 1 open day)