SEPA Credit Transfer
SEPA Credit Transfer
SEPA Credit Transfer (SCT) is a payment scheme that enables you to move euros between scheme participants. Transactions are capped at €999,999,999 per payment.
You can:
- Send an SCT payment
- Recall an SCT payment
- Return an SCT payment (Integrating with recall and return is required.)
- Receive and respond to an SCT recall request
- Receive an SCT payment
- Receive a returned SCT payment
- Simulate SCT payment scenarios
You will be notified of incoming SCT payments via the SEPA CT Inbound Payment Completed webhook.
Opening hours
Inbound SCT payments can be received on Netherlands business days between 02:30 and 16:30 CET.
Outbound SCT payments can be sent on Netherlands business days between 07:00 and 16:00 CET. Transactions submitted after 16:00 or on bank holidays or weekends will be rejected. If a payment is submitted before the cut-off point but cannot be submitted to scheme, it will be placed in a queue until outbound payments reopen.
Send an SCT payment
To send a payment, use the POST /payments/sepa-ct/v1/customer-payments endpoint. You will receive the SEPA CT Outbound Payment Completed webhook and the Customer Accounts Transaction Completed webhook.
Receive an SCT payment
Recall an SCT Payment
You can send an SCT recall requests using the POST /payments/sepa-ct/v1/recall endpoint. Recalls can take up to 15 business days.
If your recall request has been accepted, you will be notified via the SEPA CT Outbound Payment Return Completed and Customer Accounts Transaction Completed webhooks.
If your recall request has been rejected, you will be notified via the SEPA CT Outbound Payment Recall Rejected webhook.
Recall request reason codes
Recalls can be requested using the following reason codes:
Reason | Description | Time limit to send recall request |
---|---|---|
DUPL | Duplicate sending | 10 business days |
TECH | Technical problems resulting in an erroneous SCT Transaction | 10 business days |
FRAD | Fraudulent originated SCT Instruction | 13 months |
AC03 | Wrong account number in original transfer | 13 months |
AM09 | Wrong amount in original transfer | 13 months |
CUST | Requested by customer | 13 months |
Receive and respond to an SCT recall request
You may receive a recall request via the SEPA CT Inbound Payment Recalled webhook. You can review the details of the request by referring to the 'PaymentId' for details of the original payment received and 'CancellationReasonInformation' for the reason the sending party is requesting the recall (see recall request reason codes).
To respond to the recall request, use the /v1/payments/sepa/{paymentId}/recall-response endpoint. Recall requests should be responded to within 15 business days. If after 15 business days you do not accept or reject the recall, ClearBank will automatically reject the request.
Accept recall requests
You can accept the recall request by setting the RecallResponseAccepted
boolean to true
.
Reject recall requests
If you do not agree with the reason for the recall cited by the requesting party in the CancellationReasonInformation
field, you can reject the recall request by setting the RecallResponseAccepted
boolean to false
. When rejecting a recall request, the 'RejectCode' field must be populated (see recall response reason codes).
Recall response reason codes
Recalls can be accepted with the following reason code:
Reason | Description |
---|---|
FOCR | Following cancellation request |
Recalls can be rejected for the following reason codes:
Reason | Description |
---|---|
AC04 | Closed account number |
NOOR | No original transaction received |
AM04 | Insufficient funds |
ARDT | Already returned transaction |
NOAS | No answer from customer |
LEGL | Legal decision |
CUST | Customer decision |
Recall requests should be responded to within 15 business days.
Return an SCT payment
SCT payments can also be returned to the payment originator.
You can return a payment using the POST /payments/sepa-ct/v1/payment-returns endpoint. You can only return a payment after receiving the SEPA CT Inbound Payment Completed webhook. Returns must be sent within three business days of the original payment's settlement date.
Once the return has been processed, you will either receive the SEPA CT Inbound Payment Return Completed and Customer Accounts Transaction Completed webhooks or the SEPA CT Inbound Payment Return Failed webhook.
Receive a returned SCT payment
You will be notified of a successful SCT return payment via the SEPA CT Outbound Payment Return Completed webhook.
Simulate SCT payment scenarios
The following will allow you to test SCT payment scenarios in the ClearBank simulation environment.
Simulate a returned SCT payment
To simulate the return of an SCT payment in the simulation environment, use the Send an SCT payment endpoint with the remittanceInformationUnstructured
field populated with --SCTRETURN--
. This will simulate an outbound SCT payment settling and then being returned by the creditor.
Receipt of the SEPA CT Outbound Payment Return Completed webhook confirms the return payment.
"remittanceInformationUnstructured": "--SCTRETURN--"