International Scheduled Payments - v3.1.3

  1. Overview
  2. Endpoints
    1. POST /international-scheduled-payments
      1. Status
    2. GET /international-scheduled-payments/{InternationalScheduledPaymentId}
      1. Status
    3. GET /international-scheduled-payments/{InternationalScheduledPaymentId}/payment-details
      1. Status
    4. State Model
      1. Payment Order
        1. Multiple Authorisation
  3. Data Model
    1. Reused Classes
      1. OBInternationalScheduled3
      2. OBExchangeRate2
    2. International Scheduled Payment - Request
      1. UML Diagram
      2. Notes
      3. Data Dictionary
    3. International Scheduled Payment - Response
      1. UML Diagram
      2. Notes
      3. Data Dictionary
    4. International Schedule Payment Order - Payment Details - Response
      1. UML Diagram
      2. Data Dictionary

Overview

The International Scheduled Payments resource is used by a PISP to initiate an International Scheduled Payment.

This resource description should be read in conjunction with a compatible Payment Initiation API Profile.

Endpoints

ResourceHTTP OperationEndpointMandatory ?ScopeGrant TypeMessage SigningIdempotency KeyRequest ObjectResponse Object
international-scheduled-paymentsPOSTPOST /international-scheduled-paymentsConditionalpaymentsAuthorization CodeSigned Request Signed ResponseYesOBWriteInternationalScheduled3OBWriteInternationalScheduledResponse4
international-scheduled-paymentsGETGET /international-scheduled-payments/{InternationalScheduledPaymentId}Mandatory (if resource POST implemented)paymentsClient CredentialsSigned ResponseNoNAOBWriteInternationalScheduledResponse4
payment-detailsGETGET /international-scheduled-payments/{InternationalScheduledPaymentId}/payment-detailsOptionalpaymentsClient CredentialsSigned ResponseNoNAOBWritePaymentDetailsResponse1

POST /international-scheduled-payments

Once the international-scheduled-payment-consent has been authorised by the PSU, the PISP can proceed to submit the international-scheduled-payment for processing:

  • This is done by making a POST request to the international-scheduled-payments endpoint.
  • This request is an instruction to the ASPSP to begin the international scheduled payment journey. The PISP must submit the international scheduled payment immediately, however, there are some scenarios where the ASPSP may not warehouse the international scheduled payment immediately (e.g. busy periods at the ASPSP).
  • The PISP must ensure that the Initiation and Risk sections of the international-scheduled-payment match the corresponding Initiation and Risk sections of the international-scheduled-payment-consent resource. If the two do not match, the ASPSP must not process the request and must respond with a 400 (Bad Request).
  • Any operations on the international-scheduled-payment resource will not result in a Status change for the international-scheduled-payment resource.

Status

An international-scheduled-payment can only be created if its corresponding international-scheduled-payment-consent resource has the status of “Authorised”.

The international-scheduled-payment resource that is created successfully must have one of the following Status codes:

Status
InitiationPending
InitiationFailed
InitiationCompleted

GET /international-scheduled-payments/{InternationalScheduledPaymentId}

A PISP can retrieve the international-scheduled-payment to check its status.

Status

The international-scheduled-payment resource must have one of the following Status codes:

Status
InitiationPending
InitiationFailed
InitiationCompleted
Cancelled

GET /international-scheduled-payments/{InternationalScheduledPaymentId}/payment-details

A PISP can retrieve the Details of the underlying payment transaction via this endpoint. This resource allows ASPSPs to return richer list of Payment Statuses, and if available payment scheme related statuses.

Status

The international-scheduled-payments - payment-details must have one of the following PaymentStatusCode code-set enumerations:

Status
Accepted
AcceptedCancellationRequest
AcceptedTechnicalValidation
AcceptedCustomerProfile
AcceptedFundsChecked
AcceptedWithChange
Pending
Rejected
AcceptedSettlementInProcess
AcceptedSettlementCompleted
AcceptedWithoutPosting
AcceptedCreditSettlementCompleted
Cancelled
NoCancellationProcess
PartiallyAcceptedCancellationRequest
PartiallyAcceptedTechnicalCorrect
PaymentCancelled
PendingCancellationRequest
Received
RejectedCancellationRequest

State Model

Payment Order

The state model for the international-scheduled-payment resource describes the initiation status only. I.e., not the subsequent execution of the international-scheduled-payment.

 ScheduledPaymentOrderStatus.png

The definitions for the Status:

 StatusPayment Status Description
1InitiationPendingThe initiation of the payment order is pending.
2InitiationFailedThe initiation of the payment order has failed.
3InitiationCompletedThe initiation of the payment order is complete.
4CancelledPayment initiation has been successfully cancelled after having received a request for cancellation.
Multiple Authorisation

If the payment-order requires multiple authorisations, the Status of the multiple authorisations will be updated in the MultiAuthorisation object.

 image2018-6-29_16-36-34.png

The definitions for the Status:

 StatusStatus Description
1AwaitingFurtherAuthorisationThe payment-order resource is awaiting further authorisation.
2RejectedThe payment-order resource has been rejected by an authoriser.
3AuthorisedThe payment-order resource has been successfully authorised by all required authorisers.

Data Model

The data dictionary section gives the detail on the payload content for the International Scheduled Payment API flows.

Reused Classes

OBInternationalScheduled3

The OBInternationalScheduled3 class is defined in the international-scheduled-payment-consents page.

OBExchangeRate2

The OBExchangeRate2 class is defined in the international-scheduled-payment-consents page.

International Scheduled Payment - Request

The OBWriteInternationalScheduled3 object will be used for a call to:

  • POST /international-scheduled-payments

UML Diagram

 OBWriteInternationalScheduled3.gif

Notes

The international-scheduled-payment request object contains the:

  • ConsentId.
  • The full Initiation and Risk objects from the international-scheduled-payment-consent request.
  • The Initiation and Risk sections of the international-scheduled-payment request must match the Initiation and Risk sections of the corresponding international-scheduled-payment-consent request.

Data Dictionary

NameOccurrenceXPathEnhancedDefinitionClassCodesPattern
OBWriteInternationalScheduled3OBWriteInternationalScheduled3 OBWriteInternationalScheduled3   
Data1..1OBWriteInternationalScheduled3/Data OBWriteDataInternationalScheduled3  
ConsentId1..1OBWriteInternationalScheduled3/Data/ConsentIdOB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.Max128Text  
Initiation1..1OBWriteInternationalScheduled3/Data/InitiationThe Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single scheduled international payment.OBInternationalScheduled3  
Risk1..1OBWriteInternationalScheduled3/RiskThe Risk section is sent by the initiating party to the ASPSP. It is used to specify additional details for risk scoring for Payments.OBRisk1  

International Scheduled Payment - Response

The OBWriteInternationalScheduledResponse4 object will be used for a response to a call to:

  • POST /international-scheduled-payments
  • GET /international-scheduled-payments/{InternationalScheduledPaymentId}

UML Diagram

 OBWriteInternationalScheduledResponse4.gif

Notes

The international-scheduled-payment response object contains the:

  • InternationalScheduledPaymentId.
  • ConsentId.
  • CreationDateTime the international-scheduled-payment resource was created.
  • Status and StatusUpdateDateTime of the international-scheduled-payment resource.
  • ExpectedExecutionDateTime for the international-scheduled-payment resource.
  • ExpectedSettlementDateTime for the international-scheduled-payment resource.
  • The Charges and ExchangeRateInformation in the international-scheduled-payment-consent response from the ASPSP.
  • The Initiation object from the international-payment-consent.
  • The MultiAuthorisation object if the international-scheduled-payment resource requires multiple authorisations.

Data Dictionary

NameOccurrenceXPathEnhancedDefinitionClassCodesPattern
OBWriteInternationalScheduledResponse4 OBWriteInternationalScheduledResponse4 OBWriteInternationalScheduledResponse4  
Data1..1OBWriteInternationalScheduledResponse4/Data OBWriteDataInternationalScheduledResponse4  
InternationalScheduledPaymentId1..1OBWriteInternationalScheduledResponse4/Data/InternationalScheduledPaymentIdOB: Unique identification as assigned by the ASPSP to uniquely identify the international scheduled payment resource.Max40Text  
ConsentId1..1OBWriteInternationalScheduledResponse4/Data/ConsentIdOB: Unique identification as assigned by the ASPSP to uniquely identify the consent resource.Max128Text  
CreationDateTime1..1OBWriteInternationalScheduledResponse4/Data/CreationDateTimeDate and time at which the message was created.ISODateTime  
Status1..1OBWriteInternationalScheduledResponse4/Data/StatusSpecifies the status of the payment order resource.OBExternalStatus1CodeInitiationCompleted InitiationFailed InitiationPending Cancelled 
StatusUpdateDateTime1..1OBWriteInternationalScheduledResponse4/Data/StatusUpdateDateTimeDate and time at which the resource status was updated.ISODateTime  
ExpectedExecutionDateTime0..1OBWriteInternationalScheduledResponse4/Data/ExpectedExecutionDateTimeExpected execution date and time for the payment resource.ISODateTime  
ExpectedSettlementDateTime0..1OBWriteInternationalScheduledResponse4/Data/ExpectedSettlementDateTimeExpected settlement date and time for the payment resource.ISODateTime  
Charges0..nOBWriteInternationalScheduledResponse4/Data/ChargesSet of elements used to provide details of a charge for the payment initiation.OBCharge2  
ExchangeRateInformation0..1OBWriteInternationalScheduledResponse4/Data/ExchangeRateInformationFurther detailed information on the exchange rate that has been used in the payment transaction.OBExchangeRate2  
Initiation1..1OBWriteInternationalScheduledResponse4/Data/InitiationThe Initiation payload is sent by the initiating party to the ASPSP. It is used to request movement of funds from the debtor account to a creditor for a single scheduled international payment.OBInternationalScheduled3  
MultiAuthorisation0..1OBWriteInternationalScheduledResponse4/Data/MultiAuthorisation OBMultiAuthorisation1  

International Schedule Payment Order - Payment Details - Response

The OBWritePaymentDetailsResponse1 object will be used for a response to a call to:

  • GET /international-scheduled-payments/{InternationalScheduledPaymentId}/payment-details

UML Diagram

OBWritePaymentDetailsResponse1.png

Data Dictionary

NameOccurrenceXPathEnhancedDefinitionClassCodesPattern
OBWritePaymentDetailsResponse1 OBWritePaymentDetailsResponse1 OBWritePaymentDetailsResponse1  
Data1..1OBWritePaymentDetailsResponse1/Data OBWriteDataPaymentOrderStatusResponse1  
PaymentStatus0..unboundedOBWritePaymentDetailsResponse1/Data/PaymentStatusPayment status details.OBWritePaymentDetails1