Create bulk payment for norwegian-domestic-credit-transfers product
POST/v1/bulk-payments/norwegian-domestic-credit-transfers
See XS2A Framework Implementation Guidelines, Section 5.3.3 and Bits PSD2 appendix for additional details. Note: OCR/KID should be provided in remittanceInformationStructured or a payment message can be provided in remittanceInformationUnstructured. It is only possible to set remittanceInformationStructured or remittanceInformationUnstructured not both.
Sample Request Body
"paymentInformationId": "some id",
"debtorAccount": {
"bban": "95360573002",
"currency": "NOK"
},
"requestedExecutionDate": "2018-06-07",
"payments": [
{
"instructedAmount": {
"amount": "100.33",
"currency": "NOK"
},
"creditorName": "Company 123",
"creditorAccount": {
"bban":"95360573002",
"currency":"NOK"
},
"creditorAddress": {
"street":"Street",
"buildingNumber":"56",
"postalCode":"7014",
"city":"Trondheim",
"country":"NO"
},
"ultimateDebtor": "Company CBA",
"remittanceInformationUnstructured": "Kredittrente",
"remittanceInformationStructuredArray": [
{
"reference": "99754667145676221",
"referenceType": "SCOR"
},
{
"reference": "33523568",
"referencType": "CINV",
"referenceIssuer": "BITS-EFAKTURA"
}
]
}
]
} ```
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<ParamsDetails
parameters={[{"in":"query","name":"allowLogicalDuplicate","description":"Indicates whether or not logical duplicate payments should be allowed.","required":false,"schema":{"type":"boolean"},"example":true},{"name":"x-accept-fix","in":"header","required":false,"schema":{"type":"string"},"description":"Make a published future breaking change active before the date when it is going to be made default, for adopting changes early. (see [Future Breaking Changes](https://psd2.ssf.no/developer/docs/documentation#future-breaking-changes))\n","example":"new-feature-name-as-publised-in-documentation"},{"name":"Accept","in":"header","schema":{"type":"string"},"required":false,"description":"Advertises which content types, expressed as MIME types, the client is able to understand. Using content negotiation, the server then selects one of the proposals, uses it and informs the client of its choice with the Content-Type response header.","example":"application/json"},{"name":"Accept-Charset","in":"header","schema":{"type":"string"},"required":false,"description":"Advertises which character set the client is able to understand. Using content negotiation, the server then selects one of the proposals, uses it and informs the client of its choice within the Content-Type response header.","example":"utf-8"},{"name":"Accept-Encoding","in":"header","required":false,"schema":{"type":"string"},"description":"Advertises which content encoding, usually a compression algorithm, the client is able to understand. Using content negotiation, the server selects one of the proposals, uses it and informs the client of its choice with the Content-Encoding response header.","example":"deflate, gzip;q=1.0, *;q=0.5"},{"name":"Accept-Language","in":"header","description":"Advertises which natural languages the client is able to understand, and which locale variant is preferred. Using content negotiation, the server then selects one of the proposals, uses it and informs the client of its choice with the Content-Language response header.","required":false,"schema":{"type":"string"},"example":"en-US,en;q=0.7,nb;q=0.3"},{"name":"Host","in":"header","schema":{"type":"string"},"required":false,"description":"The domain name of the server (for virtual hosting), and (optionally) the TCP port number on which the server is listening.","example":"psd2.ssf.no"},{"name":"X-Request-ID","in":"header","schema":{"type":"string"},"required":true,"description":"Request identifier, unique to the call, as determined by the TPP.","example":"4eba4445-1a4b-47b8-bdd5-4e56ef026b19"},{"name":"TPP-Session-ID","in":"header","schema":{"type":"string"},"required":true,"description":"TPP session identifier.","example":"b29f79d9-12ea-462b-ad8a-8ad38b8c57b7"},{"name":"TPP-Redirect-URI","in":"header","schema":{"type":"string"},"required":true,"description":"URI of the TPP, where the transaction flow shall be redirected to after a Redirect.","example":"http://httpbin.org/get"},{"name":"TPP-Redirect-Preferred","in":"header","schema":{"type":"string"},"required":false,"description":"Set to *false* to automatically trigger biometric authentication for mobile apps whenever available. Default is *true*.","example":"false"},{"name":"Digest","in":"header","schema":{"type":"string"},"required":true,"description":"Base64 encoded sha256 or sha512 hash of the message body, used with the signature.\n>\nThe Digest header is defined by RFC3230 and sha256/sha512 si defined by RFC5843. ","example":"MIFFTzCCAzegAkIBAgMJANnQVDLqktJUMA0GCS....8WLZOabcX3YxNoH4k=="},{"name":"TPP-Signature-Certificate","in":"header","schema":{"type":"string"},"required":true,"description":"The certificate used for signing the request in base64 encoding.","example":"MIFFTzCCAzegAkIBAgMJANnQVDLqktJUMA0GCS....8WLZOX3YxNoH4k=="},{"name":"Signature","in":"header","schema":{"type":"string"},"required":true,"description":"HTTP Message Signature as specified by https://tools.ietf.org/html/draft-cavage-http-signatures-10 with requirements imposed by Berlin Group's NextGenPSD2 Framework.\n\n- *keyId* must be formatted as `keyId=\"SN=XXX,CA=YYY\"` where `XXX` is the serial number of the signing certificate in hexadecimal encoding and `YYY` is the full Distinguished Name of the Certificate Authority having certificate\n- *algorithm* must identify the same algorithm for the signature as presented in the signing certificate and should be `rsa-sha256`\n- *headers* must contain `date`, `digest`, `x-request-id`, `psu-id`, `psu-corporate-id`, and `tpp-redirect-uri` when available\n- *signature* must be computed as `Base64(RSA-SHA256(signingString))`\n\nIf any values in the Signature header is ISO-8859-1 or UTF-8 encoded you need to URL encode the Signature header according to RFC 2047 which means MIME encoding the signature.\n\nAlso the signature must be wrapped using this format: =?charset?encoding?encoded signature?=\n\nExample of this encoding: `=?utf-8?B?a2V5QTQsQ0E9Mi41LjQuOTc9IzB........jMTM1MDUzNDQ0ZTRmMmQ0NjUz?=`\n\nJava example of how to implement encoding:\n```\nif (charset.equals(StandardCharsets.UTF_8)) {\n Signature = String.format(\"=?utf-8?B?%s?=\", Base64.getEncoder().encodeToString(signature.getBytes(StandardCharsets.UTF_8)));\n}\n```\n","example":"keyId=\"SN=6AEB4444FBAAD267,CA=O=PSDNO-FSA-ABCA,L=Trondheim,C=NO\", algorithm=\"rsa-sha256\", headers=\"date x-request-id tpp-redirect-uri psu-id\", signature=\"***************\""},{"name":"PSU-ID","in":"header","schema":{"type":"string","format":"UUID"},"required":true,"description":"The PSU identifier.","example":"49ae0cfe-6b72-4310-81f5-ad4eef897fe3"},{"name":"X-PSU-IDENTITY","in":"header","schema":{"type":"string"},"required":false,"description":"As an alternative to PSU-ID, the PSU can be identified by norwegian personal identification number (national identity number/D-number)","example":"01010123456"},{"name":"X-PSU-AuthMethod-Preferred","in":"header","schema":{"type":"string"},"required":false,"description":"Preferred authentication method will be selected if available for the PSU","example":"N/A"},{"name":"PSU-Corporate-ID","in":"header","required":false,"schema":{"type":"string"},"description":"The PSU Corporate agreement identifier.","example":"aog5kNSbDNo2srEPAqsCGaR8LNCAfLVlKPzbwKZQJzI="},{"name":"PSU-Context","in":"header","required":false,"schema":{"type":"string","enum":["PRIVATE","CORPORATE"]},"description":"Explicitly set PSU context. Required for single SCA payment initiation.","example":"PRIVATE"},{"name":"PSU-IP-Address","in":"header","description":"The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP.","required":true,"schema":{"type":"string"},"example":"153.110.241.229"},{"name":"PSU-IP-Port","in":"header","description":"The forwarded IP Port header field consists of the corresponding HTTP request IP Port field between PSU and TPP, if available.","required":false,"schema":{"type":"string"},"example":"443"},{"name":"PSU-User-Agent","in":"header","description":"The forwarded value for the User-Agent header field between the PSU and TPP, if available.","required":false,"schema":{"type":"string"},"example":"Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/63.0"},{"name":"PSU-Accept","in":"header","description":"The forwarded value for the Accept header field between the PSU and TPP, if available.","required":false,"schema":{"type":"string"},"example":"application/json"},{"name":"PSU-Accept-Charset","in":"header","description":"The forwarded value for the Accept-Charset header field between the PSU and TPP, if available.","required":false,"schema":{"type":"string"},"example":"utf-8"},{"name":"PSU-Accept-Encoding","in":"header","description":"The forwarded value for the Accept-Encoding header field between the PSU and TPP, if available.","required":false,"schema":{"type":"string"},"example":"gzip, deflate, br"},{"name":"PSU-Accept-Language","in":"header","description":"The forwarded value for the Accept-Language header field between the PSU and TPP, if available.","required":false,"schema":{"type":"string"},"example":"en-US,en;q=0.7,nb;q=0.3"},{"name":"PSU-HTTP-Method","in":"header","schema":{"type":"string","enum":["GET","POST","PUT","PATCH","DELETE"]},"required":false,"description":"The forwarded value for the HTTP method used between the PSU and TPP, if available.","example":"GET"},{"name":"PSU-Device-ID","in":"header","schema":{"type":"string","format":"UUID"},"required":false,"description":"The forwarded value of the device ID used by the PSU, if available.","example":"35-67660-48540-8"},{"name":"PSU-Geo-Location","in":"header","description":"The forwarded value of the Geo Location of the corresponding HTTP request between the PSU and TPP, if available.","required":false,"schema":{"type":"string"},"example":"GEO:52.506931,13.144558"}]}
>
</ParamsDetails>
<RequestSchema
title={"Body"}
body={{"description":"payload","required":true,"content":{"application/json":{"schema":{"type":"object","required":["payments","debtorAccount"],"properties":{"paymentInformationId":{"type":"string","description":"Unique identification as assigned by the sending party to unambiguously identify this bulk payment.","minLength":0,"maxLength":35,"example":"some id"},"debtorAccount":{"type":"object","required":["currency","bban"],"properties":{"bban":{"type":"string","description":"Identifier that uniquely identifies an individual account at a specific financial institution in a particular country and which includes a bank identifier of the financial institution servicing that account.","minLength":0,"maxLength":30,"example":"95360573002"},"currency":{"type":"string","description":"ISO 4217 Alphabetic Currency Code.","example":"NOK","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SPL","SRD","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TVD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","YER","ZAR","ZMW","ZWD"],"title":"ISOCurrencyCode"}},"title":"NorwegianDomesticAccountReference"},"requestedExecutionDate":{"type":"string","format":"Date","description":"Payment execution date as ISO 8601 Date.","example":"2018-06-07"},"payments":{"type":"array","description":"Payments individual payments to be initiated for this bulk payment","items":{"type":"object","required":["instructedAmount","creditorName","creditorAccount","creditorAddress"],"properties":{"instructedAmount":{"type":"object","required":["amount","currency"],"properties":{"amount":{"type":"string","description":"Note that even though the contract sets a precision of 18 and a scale of 5, the provided fraction digits must adhere to the minor units as defined in ISO 4217 for the provided currency code.","example":"100.33"},"currency":{"type":"string","description":"ISO 4217 Alphabetic Currency Code.","example":"NOK","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SPL","SRD","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TVD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","YER","ZAR","ZMW","ZWD"],"title":"ISOCurrencyCode"}},"title":"Amount"},"debtorName":{"type":"string","description":"Debtor account owner name.","maxLength":70},"creditorName":{"type":"string","description":"Full name of creditor.","minLength":0,"maxLength":70,"example":"Company 123"},"creditorAccount":{"type":"object","required":["currency","bban"],"properties":{"bban":{"type":"string","description":"Identifier that uniquely identifies an individual account at a specific financial institution in a particular country and which includes a bank identifier of the financial institution servicing that account.","minLength":0,"maxLength":30,"example":"95360573002"},"currency":{"type":"string","description":"ISO 4217 Alphabetic Currency Code.","example":"NOK","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SPL","SRD","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TVD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","YER","ZAR","ZMW","ZWD"],"title":"ISOCurrencyCode"}},"title":"NorwegianDomesticAccountReference"},"creditorAddress":{"type":"object","required":["country"],"properties":{"street":{"type":"string","minLength":0,"maxLength":70,"example":"Street"},"buildingNumber":{"type":"string","example":"56"},"postalCode":{"type":"string","example":"7014"},"city":{"type":"string","example":"Trondheim"},"country":{"type":"string","description":"ISO 3166-1 Alpha-2 Country Code.","minLength":0,"maxLength":2,"example":"NO","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BH","BS","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP",false,"OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"],"title":"ISOCountryCode"}},"title":"Address"},"ultimateDebtor":{"type":"string","description":"The ultimate debtor.","minLength":0,"maxLength":70,"example":"Company CBA"},"remittanceInformationUnstructured":{"type":"string","description":"Unstructured representation of remittance information.","minLength":1,"maxLength":140,"example":"Kredittrente"},"remittanceInformationStructured":{"type":"object","required":["reference"],"description":"Structured representation of remittance information.","properties":{"reference":{"type":"string","minLength":1,"maxLength":35},"referenceType":{"type":"string","minLength":1,"maxLength":35},"referenceIssuer":{"type":"string","minLength":1,"maxLength":35}},"example":{"reference":"99754667145676221","referenceType":"SCOR"},"title":"Remittance"},"purposeCode":{"type":"string","description":"Supported subset of ISO 20022 ExternalPurpose1Code.","example":"SALA","enum":["INVS","SALA","IDCP","CASH","CORT","INTC","PENS","SSBE","SUPP","TAXS","TREA","VATX","LOAN","OTHR"]}},"title":"NorwegianDomesticCreditTransferBulkPaymentEntry"}}},"title":"NorwegianDomesticCreditTransferBulkPayment"}}}}}
>
</RequestSchema>
<StatusCodes
id={undefined}
label={undefined}
responses={{"201":{"description":"CREATED","content":{"application/json":{"schema":{"type":"object","required":["paymentId","transactionStatus"],"properties":{"paymentId":{"type":"string","example":"enc!!H6fD9HS7Y7peXJh1HqC34RFgGfF992bjabcRx5n=="},"transactionStatus":{"type":"string","example":"RCVD","enum":["ACCP","ACSC","ACSP","ACTC","ACWC","ACWP","RCVD","PDNG","RJCT","CANC","PART"]},"transactionFees":{"type":"object","required":["amount","currency"],"properties":{"amount":{"type":"string","description":"Note that even though the contract sets a precision of 18 and a scale of 5, the provided fraction digits must adhere to the minor units as defined in ISO 4217 for the provided currency code.","example":"100.33"},"currency":{"type":"string","description":"ISO 4217 Alphabetic Currency Code.","example":"NOK","enum":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SPL","SRD","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TVD","TWD","TZS","UAH","UGX","USD","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","YER","ZAR","ZMW","ZWD"],"title":"ISOCurrencyCode"}},"title":"Amount"},"transactionFeeIndicator":{"type":"boolean","description":"Advertises whether or not there are fees involved with this transaction as shown by the ASPSP in their public price list or as agreed between ASPSP and PSU.","example":false},"tppMessages":{"type":"array","description":"messages to the TPP on operational issues.","items":{"type":"object","required":["category","code"],"properties":{"category":{"type":"string","example":"ERROR","enum":["ERROR","WARNING"]},"code":{"type":"string","example":"SYSTEM_ERROR","enum":["SYSTEM_ERROR","BAD_REQUEST","FORBIDDEN","NOT_FOUND","CONFLICT","HTTP_HEADER_REQUIRED","QUERY_PARAMETER_REQUIRED","SCA_NOT_FOUND","SCA_EXPIRED","SCA_INVALID","FORMAT_ERROR","RESOURCE_UNKNOWN","PSU_CREDENTIALS_INVALID","CONSENT_UNKNOWN","CONSENT_INVALID","CONSENT_EXPIRED","ACCESS_EXCEEDED","PRODUCT_UNKNOWN","PRODUCT_INVALID","KID_MISSING","KID_INVALID","PAYMENT_FAILED","EXECUTION_DATE_INVALID"]},"path":{"type":"string","example":"/v1/payments/norwegian-domestic-credit-transfers"},"text":{"type":"string","minLength":0,"maxLength":512,"example":"Example text"}},"title":"TppMessageInformation"}},"psuMessage":{"type":"string","description":"Text to be displayed to the PSU","minLength":0,"maxLength":512,"example":"Preliminary calculated countervalue in NOK: 642.63"},"_links":{"type":"object","description":"A collection of hyperlinks.","additionalProperties":{"type":"object","required":["href","verbs"],"properties":{"href":{"type":"string","example":"https://psd2.ssf.no/"},"verbs":{"type":"array","items":{"type":"string","enum":["GET","PUT","POST","DELETE"]},"example":["GET"]}},"title":"Link"},"example":{"self":{"href":"https://psd2.ssf.no/","verbs":["GET"]}}}},"title":"CreateBulkPaymentResponse"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","example":"5884127160"},"system":{"type":"string","example":"ERA-PSD2"},"status":{"type":"number","example":400},"code":{"type":"string","example":"ERROR_CODE"},"message":{"type":"string","example":"error message appears here"}},"title":"Error"},"examples":{"FORMAT_ERROR":{"value":{"id":"5615873375","status":400,"system":"ERA-PSD2","code":"FORMAT_ERROR"}}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"_links":{"type":"object","readOnly":true,"additionalProperties":{"type":"object","required":["href","verbs"],"properties":{"href":{"type":"string","example":"https://psd2.ssf.no/"},"verbs":{"type":"array","items":{"type":"string","enum":["GET","PUT","POST","DELETE"]},"example":["GET"]}},"title":"Link"}}},"example":{"_links":{"scaRedirect":{"href":"https://psd2.ssf.no/tap?route_secesb_id=1&flow=psd2&state=ca477daf-d824-4f0b-b405-6c8fc385dc0b&locale=no-NB, no; q=1.0","verbs":["GET"]}}},"title":"Challenge"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","example":"5884127160"},"system":{"type":"string","example":"ERA-PSD2"},"status":{"type":"number","example":400},"code":{"type":"string","example":"ERROR_CODE"},"message":{"type":"string","example":"error message appears here"}},"title":"Error"},"examples":{"PRODUCT_INVALID":{"value":{"id":"5615873376","system":"ERA-PSD2","status":403,"code":"PRODUCT_INVALID"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","example":"5884127160"},"system":{"type":"string","example":"ERA-PSD2"},"status":{"type":"number","example":400},"code":{"type":"string","example":"ERROR_CODE"},"message":{"type":"string","example":"error message appears here"}},"title":"Error"},"examples":{"RESOURCE_UNKNOWN":{"value":{"id":"5615873376","system":"ERA-PSD2","status":404,"code":"RESOURCE_UNKNOWN"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","example":"5884127160"},"system":{"type":"string","example":"ERA-PSD2"},"status":{"type":"number","example":400},"code":{"type":"string","example":"ERROR_CODE"},"message":{"type":"string","example":"error message appears here"}},"title":"Error"},"examples":{"SYSTEM_ERROR":{"value":{"id":"5615873378","system":"ERA-PSD2","status":500,"code":"SYSTEM_ERROR"}}}}}}}}
>
</StatusCodes>