Settlement Service (DESP-hosted) — Backend Specification

OpenAPI 3.0.3. Hosted by desp. The DESP-side counterpart to spec-settlementpsp — together these two specs define the full settlement request/response contract between a pilot-psp and DESP. See funding-and-defunding and online-and-offline-payments for the business-process context these endpoints implement.

Endpoints

MethodPathoperationIdPurpose
POST/v1/fundingsfundingsRequestFund a digital euro account (held by the requesting PSP) from a commercial money account
POST/v1/defundingsdefundingsRequestDefund from a Digital Euro account to a commercial money account
POST/v1/payment-instructionspaymentinstructionsReceive a payment instruction hosted by DESP
POST/v1/paymentspaymentsReceive a payment request hosted by DESP
POST/v1/refundsrefundsReceive a refund request hosted by DESP
GET/callback/v1/payments/{payment-id}/statuspaymentsStatusUpdatePayment status hosted by DESP
GET/v1/payments/{payment-id}/status-inquiriespaymentsStatusInquiryQuery payment status
GET/v1/payment-instructions/{payment-instruction-id}/statuspaymentInstructionStatusStatus for a payment instruction, payment request or refund
GET/v1/refunds/{refund-id}/statusrefundStatusStatus for a payment instruction, payment request or refund
GET/v1/fundings/{funding-id}/statusfundingsStatusStatus for a funding
GET/v1/defundings/{defunding-id}/statusdefundingsStatusStatus for a defunding

spec-settlementpsp · desp · funding-and-defunding · online-and-offline-payments