ofOpen Finance Guide
GlossárioSTETBlogContato
Especificação
  • 1Introduction
  • 2Business Model
  • 3Prerequisites and technical details
Referência da API
  • Client registration
    • POSTregister
    • DELregister
    • GETregister
    • PUTregister
  • AISP
    • GETaccounts
    • GETbalances
    • GEToverdrafts
    • GETowners
    • GETtransactions
    • PUTconsents
    • GETend user identity
    • GETtrusted beneficiaries
  • PISP
    • POSTpayment requests
    • GETpayment requests
    • PUTpayment requests
    • POSTconfirmation
    • GETtransactions
  • CBPII
    • POSTfunds confirmations
Exemplos
  • 6.1PSU Context Retrieval
  • 6.2Consent Forwarding
  • 6.3PSU identification Retrieval
  • 6.4Account Owners Identities Retrieval
  • 6.5Account Balances Retrieval
  • 6.6Account Overdrafts Retrieval
  • 6.7Account Transactions Retrieval
  • 6.8Trusted Beneficiaries Retrieval
  • 7.1Account Amount Coverage Check
  • 8.1Payment Request with multiple instructions having different execution dates
  • 8.2Payment Request with multiple instructions having different beneficiaries
  • 8.3Standing Orders Request
Registro de alterações
  • Registro de alterações
  1. Início
  2. STET 1.5.0.43
  3. Fluxos
  4. 8.1. Payment Request with multiple instructions having different execution dates

8.1. Payment Request with multiple instructions having different execution dates

8.1.1. Payment Request Submission

8.1.1.1. Request
POST http://localhost:18080/v1/payment-requests?ui_locales= 
 
Headers 
 
content-length: 3130 
 
Body 
 
{ 
 
"paymentInformationId" : "MyPmtInfId", "creationDateTime" : "2020-10-26T08:55:42.334076+01:00", "numberOfTransactions" : 3, "initiatingParty" : { "name" : "MyPreferredPisp", "postalAddress" : { 
 
"country" : "FR", 
 
"addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" } }, "paymentTypeInformation" : { "serviceLevel" : "SEPA", "categoryPurpose" : "DVPM" }, "debtor" : { "name" : "MyCustomer", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "privateId" : { "identification" : "FD37G", "schemeName" : "BANK", "issuer" : "BICXYYTTZZZ" } }, "chargeBearer" : "SLEV", "creditTransferTransaction" : [ { "paymentId" : { "instructionId" : "MyInstrId3", "endToEndId" : "MyEndToEndId3" }, "requestedExecutionDate" : "2020-10-26T07:55:42.335943Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, 
 
"creditorAccount" : { "iban" : "YY64COJH41059545330222956960771321" } }, "ultimateCreditor" : { "name" : "MyPreferredPisp", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" } }, "purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ] } }, { "paymentId" : { "instructionId" : "MyInstrId4", "endToEndId" : "MyEndToEndId4" }, "requestedExecutionDate" : "2020-11-26T07:55:42.336677Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, "creditorAccount" : { "iban" : "YY64COJH41059545330222956960771321" } }, "ultimateCreditor" : { "name" : "MyPreferredPisp", 
 
"postalAddress" : { 
 
"country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" } }, "purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ] } }, { "paymentId" : { "instructionId" : "MyInstrId5", "endToEndId" : "MyEndToEndId5" }, "requestedExecutionDate" : "2020-12-28T07:55:42.336743Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, "creditorAccount" : { "iban" : "YY64COJH41059545330222956960771321" } }, "ultimateCreditor" : { "name" : "MyPreferredPisp", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", 
 
"schemeName" : "COID", 
 
"issuer" : "ACPR" 
 
"purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ] 
 
"supplementaryData" : { "acceptedAuthenticationApproach" : [ "REDIRECT", "DECOUPLED" ], "scaHint" : "scaExemption", "successfulReportUrl" : "http://myPisp/PaymentSuccess", "unsuccessfulReportUrl" : "http://myPisp/PaymentFailure" } }
8.1.1.2. Response

Status code: 201

Headers

X-Request-Id: c95fae99-4bfc-4b56-a55c-7f64b3762209 location: /v1/payment-requests/payment-request_rsc2390 Keep-Alive: timeout=60 Connection: keep-alive

8.1.1.3. Body
{
  "appliedAuthenticationApproach": "REDIRECT",
  "_links": {
    "consentApproval": {
      "href": "https://psd2.aspsp/consent-approval"
    }
  }
}

8.1.2. Payment Request Confirmation

8.1.2.1. Request
POST http://localhost:18080/v1/payment-requests/payment-request_rsc2390/confirmation

Headers

content-length: 22

Body

{

"nonce" : "Nonce56fdd"

}

8.1.2.2. Response
Status code: 200 
 
Headers
X-Request-Id: d48d938c-abef-46e4-9201-75a88ebe6a07
Keep-Alive: timeout=60
Connection: keep-alive
8.1.2.3. Body

Note: this body was extracted from a PDF that lost some structural separators (braces / commas). Refer to the source PDF for the canonical JSON.

{ 
 
"paymentRequest" : { 
 
"resourceId" : "payment-request_rsc2390", 
 
"paymentInformationId" : "MyPmtInfId", 
 
"creationDateTime" : "2020-10-26T07:55:42.334076Z", 
 
"numberOfTransactions" : 3, 
 
"initiatingParty" : { 
 
"name" : "MyPreferredPisp", 
 
"postalAddress" : { 
 
"country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" 
 
}, 
 
"paymentTypeInformation" : { "serviceLevel" : "SEPA", "categoryPurpose" : "DVPM" }, "debtor" : { "name" : "MyCustomer", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "privateId" : { "identification" : "FD37G", "schemeName" : "BANK", "issuer" : "BICXYYTTZZZ" } }, "debtorAgent" : { "bicFi" : "BNKAFRPPXXX" }, "chargeBearer" : "SLEV", "paymentInformationStatus" : "PART", "fundsAvailability" : true, "booking" : false, "creditTransferTransaction" : [ { "paymentId" : { "instructionId" : "MyInstrId3", "endToEndId" : "MyEndToEndId3" }, "resourceId" : "transaction_rsc2391", "requestedExecutionDate" : "2020-10-26T07:55:42.335943Z", "appliedExecutionDate" : "2020-10-26T07:55:42.804087Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, 
 
"creditorAccount" : { 
 
"iban" : "YY64COJH41059545330222956960771321" } }, "ultimateCreditor" : { "name" : "MyPreferredPisp", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" } }, "purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ] }, "transactionStatus" : "ACSC" }, { "paymentId" : { "instructionId" : "MyInstrId4", "endToEndId" : "MyEndToEndId4" }, "resourceId" : "transaction_rsc2392", "requestedExecutionDate" : "2020-11-26T07:55:42.336677Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, "creditorAccount" : { "iban" : "YY64COJH41059545330222956960771321" } }, 
 
"ultimateCreditor" : { 
 
"name" : "MyPreferredPisp", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" } }, "purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ] }, "transactionStatus" : "PDNG" }, { "paymentId" : { "instructionId" : "MyInstrId5", "endToEndId" : "MyEndToEndId5" }, "resourceId" : "transaction_rsc2393", "requestedExecutionDate" : "2020-12-28T07:55:42.336743Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, "creditorAccount" : { "iban" : "YY64COJH41059545330222956960771321" } }, "ultimateCreditor" : { "name" : "MyPreferredPisp", "postalAddress" : { "country" : "FR", 
 
"addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" } }, "purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ] }, "transactionStatus" : "PDNG" } ], "supplementaryData" : { "acceptedAuthenticationApproach" : [ "REDIRECT", "DECOUPLED" ], "appliedAuthenticationApproach" : "REDIRECT", "appliedAuthentication" : "strongAuthentication", "scaHint" : "scaExemption", "successfulReportUrl" : "http://myPisp/PaymentSuccess", "unsuccessfulReportUrl" : "http://myPisp/PaymentFailure" } }, "_links" : { "request" : { "href" : "/v1/payment-requests/payment-request_rsc2390" } } }

8.1.3. Payment Request Retrieval

8.1.3.1. Request
GET http://localhost:18080/v1/payment-requests/payment-request_rsc2390 
 
No specific headers 
 
No body data
8.1.3.2. Response
Status code: 200 
 
Headers
X-Request-Id: e50dcc93-32fa-4b99-a432-0c0060148e7d
Keep-Alive: timeout=60
Connection: keep-alive
8.1.3.3. Body

Note: this body was extracted from a PDF that lost some structural separators (braces / commas). Refer to the source PDF for the canonical JSON.

{ 
 
"paymentRequest" : { 
 
"resourceId" : "payment-request_rsc2390", 
 
"paymentInformationId" : "MyPmtInfId", "creationDateTime" : "2020-10-26T07:55:42.334076Z", "numberOfTransactions" : 3, 
 
"initiatingParty" : { 
 
"name" : "MyPreferredPisp", 
 
"postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR","paymentTypeInformation" : { "serviceLevel" : "SEPA", "categoryPurpose" : "DVPM","debtor" : { "name" : "MyCustomer", 
 
"postalAddress" : { 
 
"country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "privateId" : { "identification" : "FD37G", "schemeName" : "BANK", "issuer" : "BICXYYTTZZZ" } }, "debtorAgent" : { "bicFi" : "BNKAFRPPXXX" }, "chargeBearer" : "SLEV", "paymentInformationStatus" : "PART", "fundsAvailability" : true, "booking" : false, "creditTransferTransaction" : [ { "paymentId" : { "instructionId" : "MyInstrId3", "endToEndId" : "MyEndToEndId3" }, "resourceId" : "transaction_rsc2391", "requestedExecutionDate" : "2020-10-26T07:55:42.335943Z", "appliedExecutionDate" : "2020-10-26T07:55:43.140404Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, "creditorAccount" : { "iban" : "YY64COJH41059545330222956960771321" } }, "ultimateCreditor" : { "name" : "MyPreferredPisp", "postalAddress" : { 
 
"country" : "FR", 
 
"addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" } }, "purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ] }, "transactionStatus" : "ACSC" }, { "paymentId" : { "instructionId" : "MyInstrId4", "endToEndId" : "MyEndToEndId4" }, "resourceId" : "transaction_rsc2392", "requestedExecutionDate" : "2020-11-26T07:55:42.336677Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, "creditorAccount" : { "iban" : "YY64COJH41059545330222956960771321" } }, "ultimateCreditor" : { "name" : "MyPreferredPisp", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { 
 
"identification" : "12FR5", 
 
"schemeName" : "COID", "issuer" : "ACPR" } }, "purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ] }, "transactionStatus" : "PDNG" }, { "paymentId" : { "instructionId" : "MyInstrId5", "endToEndId" : "MyEndToEndId5" }, "resourceId" : "transaction_rsc2393", "requestedExecutionDate" : "2020-12-28T07:55:42.336743Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, "creditorAccount" : { "iban" : "YY64COJH41059545330222956960771321" } }, "ultimateCreditor" : { "name" : "MyPreferredPisp", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" } 
 
}, "purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ] }, "transactionStatus" : "PDNG" } ], "supplementaryData" : { "acceptedAuthenticationApproach" : [ "REDIRECT", "DECOUPLED" ], "appliedAuthenticationApproach" : "REDIRECT", "appliedAuthentication" : "strongAuthentication", "scaHint" : "scaExemption", "successfulReportUrl" : "http://myPisp/PaymentSuccess", "unsuccessfulReportUrl" : "http://myPisp/PaymentFailure" } }, "_links" : { "request" : { "href" : "/v1/payment-requests/payment-request_rsc2390" }, "confirmation" : { "href" : "/v1/payment-requests/payment-request_rsc2390/confirmation" } } }

8.1.4. Payment Request Transactions Retrieval

8.1.4.1. Request
GET http://localhost:18080/v1/payment-requests/payment-request_rsc2390/transactions 
 
No specific headers 
 
No body data
8.1.4.2. Response
Status code: 200 
 
Headers
X-Request-Id: afae584d-25f7-4623-a185-838add42511b
Keep-Alive: timeout=60
Connection: keep-alive
8.1.4.3. Body
{
  "creditTransferTransaction": [
    {
      "paymentId": {
        "instructionId": "MyInstrId3",
        "endToEndId": "MyEndToEndId3"
      },
      "resourceId": "transaction_rsc2391",
      "requestedExecutionDate": "2020-10-26T07:55:42.335943Z",
      "appliedExecutionDate": "2020-10-26T07:55:43.140404Z",
      "instructedAmount": {
        "amount": 124.35,
        "currency": "EUR"
      },
      "beneficiary": {
        "creditor": {
          "name": "myMerchant",
          "postalAddress": {
            "country": "FR",
            "addressLine": [
              "18 rue de la DSP2",
              "75008 PARIS"
            ]
          },
          "organisationId": {
            "identification": "852126789",
            "schemeName": "SIREN",
            "issuer": "FR"
          }
        },
        "creditorAccount": {
          "iban": "YY64COJH41059545330222956960771321"
        }
      },
      "ultimateCreditor": {
        "name": "MyPreferredPisp",
        "postalAddress": {
          "country": "FR",
          "addressLine": [
            "18 rue de la DSP2",
            "75008 PARIS"
          ]
        },
        "organisationId": {
          "identification": "12FR5",
          "schemeName": "COID",
          "issuer": "ACPR"
        }
      },
      "purpose": "COMC",
      "remittanceInformation": {
        "unstructured": [
          "MyRemittanceInformation"
        ]
      },
      "transactionStatus": "ACSC"
    },
    {
      "paymentId": {
        "instructionId": "MyInstrId4",
        "endToEndId": "MyEndToEndId4"
      },
      "resourceId": "transaction_rsc2392",
      "requestedExecutionDate": "2020-11-26T07:55:42.336677Z",
      "instructedAmount": {
        "amount": 124.35,
        "currency": "EUR"
      },
      "beneficiary": {
        "creditor": {
          "name": "myMerchant",
          "postalAddress": {
            "country": "FR",
            "addressLine": [
              "18 rue de la DSP2",
              "75008 PARIS"
            ]
          },
          "organisationId": {
            "identification": "852126789",
            "schemeName": "SIREN",
            "issuer": "FR"
          }
        },
        "creditorAccount": {
          "iban": "YY64COJH41059545330222956960771321"
        }
      },
      "ultimateCreditor": {
        "name": "MyPreferredPisp",
        "postalAddress": {
          "country": "FR",
          "addressLine": [
            "18 rue de la DSP2",
            "75008 PARIS"
          ]
        },
        "organisationId": {
          "identification": "12FR5",
          "schemeName": "COID",
          "issuer": "ACPR"
        }
      },
      "purpose": "COMC",
      "remittanceInformation": {
        "unstructured": [
          "MyRemittanceInformation"
        ]
      },
      "transactionStatus": "PDNG"
    },
    {
      "paymentId": {
        "instructionId": "MyInstrId5",
        "endToEndId": "MyEndToEndId5"
      },
      "resourceId": "transaction_rsc2393",
      "requestedExecutionDate": "2020-12-28T07:55:42.336743Z",
      "instructedAmount": {
        "amount": 124.35,
        "currency": "EUR"
      },
      "beneficiary": {
        "creditor": {
          "name": "myMerchant",
          "postalAddress": {
            "country": "FR",
            "addressLine": [
              "18 rue de la DSP2",
              "75008 PARIS"
            ]
          },
          "organisationId": {
            "identification": "852126789",
            "schemeName": "SIREN",
            "issuer": "FR"
          }
        },
        "creditorAccount": {
          "iban": "YY64COJH41059545330222956960771321"
        }
      },
      "ultimateCreditor": {
        "name": "MyPreferredPisp",
        "postalAddress": {
          "country": "FR",
          "addressLine": [
            "18 rue de la DSP2",
            "75008 PARIS"
          ]
        },
        "organisationId": {
          "identification": "12FR5",
          "schemeName": "COID",
          "issuer": "ACPR"
        }
      },
      "purpose": "COMC",
      "remittanceInformation": {
        "unstructured": [
          "MyRemittanceInformation"
        ]
      },
      "transactionStatus": "PDNG"
    }
  ],
  "_links": {
    "self": {
      "href": "/v1/payment-requests/payment-request_rsc2390/creditTransfertTransactions"
    },
    "parent": {
      "href": "/v1/payment-requests/payment-request_rsc2390"
    }
  }
}

8.1.5. Payment Request Cancellation

8.1.5.1. Request
PUT http://localhost:18080/v1/payment-requests/payment-request_rsc2390

Headers

content-length: 3672

Body

{

"resourceId" : "payment-request_rsc2390", "paymentInformationId" : "MyPmtInfId", "creationDateTime" : "2020-10-26T07:55:42.334076Z", "numberOfTransactions" : 3, "initiatingParty" : { "name" : "MyPreferredPisp", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" "paymentTypeInformation" : { "serviceLevel" : "SEPA", "categoryPurpose" : "DVPM" "debtor" : {

"name" : "MyCustomer", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] "privateId" : { "identification" : "FD37G", "schemeName" : "BANK", "issuer" : "BICXYYTTZZZ" "debtorAgent" : { "bicFi" : "BNKAFRPPXXX"

},

"chargeBearer" : "SLEV",

"paymentInformationStatus" : "PART",

"fundsAvailability" : true,

"booking" : false,

"creditTransferTransaction" : [ {

"paymentId" : {

"instructionId" : "MyInstrId3",

"endToEndId" : "MyEndToEndId3" }, "resourceId" : "transaction_rsc2391", "requestedExecutionDate" : "2020-10-26T07:55:42.335943Z", "appliedExecutionDate" : "2020-10-26T07:55:43.140404Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, "creditorAccount" : { "iban" : "YY64COJH41059545330222956960771321" } }, "ultimateCreditor" : { "name" : "MyPreferredPisp", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" } }, "purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ]

}, "transactionStatus" : "ACSC" }, { "paymentId" : { "instructionId" : "MyInstrId4", "endToEndId" : "MyEndToEndId4" }, "resourceId" : "transaction_rsc2392", "requestedExecutionDate" : "2020-11-26T07:55:42.336677Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, "creditorAccount" : { "iban" : "YY64COJH41059545330222956960771321" } }, "ultimateCreditor" : { "name" : "MyPreferredPisp", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" } }, "purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ] }, "transactionStatus" : "CANC", "statusReasonInformation" : "DS02" }, {

"paymentId" : {

"instructionId" : "MyInstrId5", "endToEndId" : "MyEndToEndId5" }, "resourceId" : "transaction_rsc2393", "requestedExecutionDate" : "2020-12-28T07:55:42.336743Z", "instructedAmount" : { "amount" : 124.35, "currency" : "EUR" }, "beneficiary" : { "creditor" : { "name" : "myMerchant", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "852126789", "schemeName" : "SIREN", "issuer" : "FR" } }, "creditorAccount" : { "iban" : "YY64COJH41059545330222956960771321" } }, "ultimateCreditor" : { "name" : "MyPreferredPisp", "postalAddress" : { "country" : "FR", "addressLine" : [ "18 rue de la DSP2", "75008 PARIS" ] }, "organisationId" : { "identification" : "12FR5", "schemeName" : "COID", "issuer" : "ACPR" } }, "purpose" : "COMC", "remittanceInformation" : { "unstructured" : [ "MyRemittanceInformation" ] }, "transactionStatus" : "CANC", "statusReasonInformation" : "DS02" } ], "supplementaryData" : { "acceptedAuthenticationApproach" : [ "REDIRECT", "DECOUPLED" ], "appliedAuthenticationApproach" : "REDIRECT",

"appliedAuthentication" : "strongAuthentication", "scaHint" : "scaExemption", "successfulReportUrl" : "http://myPisp/PaymentSuccess", "unsuccessfulReportUrl" : "http://myPisp/PaymentFailure"

}

8.1.5.2. Response

Status code: 200

Headers

X-Request-Id: 8c25b2cd-453e-48ce-ac09-24cdbd43d064 Keep-Alive: timeout=60 Connection: keep-alive

8.1.5.3. Body
{
  "appliedAuthenticationApproach": "REDIRECT",
  "_links": {
    "consentApproval": {
      "href": "https://psd2.aspsp/consent-approval"
    }
  }
}
Anterior7.1. Account Amount Coverage CheckExemplosPróximo8.2. Payment Request with multiple instructions having different beneficiariesExemplos

Source

Official STET specification, mirrored under CC BY 3.0 FR.

§ 8.1 · PDF p. 22

Citar e compartilhar

§ 8.1 · PDF p. 22

Acompanha a seção que você está lendo.

Abrir PDF original
ofOpen Finance Guide
Da especificação à implementação.

Especificações, glossário e referências de open banking.

Navegação
  • Glossário
  • STET
  • Blog
  • Contato
Legal
  • Avisos legais
  • Política de privacidade
  • Política de cookies

© 2026 Open Finance Guide.

Mantido por Tancrède Simonin · Conteúdo sob licença CC BY-SA 4.0.