Apply for account credit
PATH:
/api/v3/customer-account
REQUEST BODY SCHEMA:
accountLimit required | number Account limit | ||||||||||||||||||||||||||||||||||||||||||||
customer object Customer linked with this account | |||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
firstNoticeDate | string Format: date-time First notice date | ||||||||||||||||||||||||||||||||||||||||||||
countryCode required | string Enum:NOSEFIDKDEATCHNLBE Country code | ||||||||||||||||||||||||||||||||||||||||||||
conversationLanguage required | string Enum:NOSVSEFIDADKENDENLFR Conversation language. 'SE' and 'DK' are obsolete values, and will be removed in the future. Use 'SV' instead of 'SE', and 'DA' instead of 'DK'. |
RESPONSES:
RESPONSE SCHEMA:
account object Created account details | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
temporaryExternalProblem | boolean Indicates whether temporary external problem has happened during account creation or not | ||||||||||||||||||||||||||
customer object Customer details | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
outcome | string Enum:AcceptedPendingRejectedNotEvaluated Outcome | ||||||||||||||||||||||||||
array of riskCheckMessages Risk check messages | |||||||||||||||||||||||||||
Array () [
|
RESPONSE SCHEMA:
type | string Enum:BusinessErrorTechnicalErrorNotificationMessage Message type |
code | string <= 100 characters Confirmation or error code |
message | string <= 4096 characters Message content |
customerFacingMessage | string <= 4096 characters Message to display to customer |
actionCode | string Enum:UnavailableAskConsumerToConfirmAskConsumerToReEnterDataOfferSecurePaymentMethodsRequiresSsnAskConsumerToIdentify Possible next action to make |
fieldReference | string <= 100 characters Reference to field that caused an error |
Path
/api/v3/customer-account
Request samples
- {
- "accountLimit": 1.00,
- "customer": { ... } ,
- "firstNoticeDate": "string",
- "countryCode": "string",
- "conversationLanguage": "string"
Response samples
- {
- "account": { ... } ,
- "temporaryExternalProblem": true,
- "customer": { ... } ,
- "outcome": "string",
- "riskCheckMessages": [ { ... } ]
- {
- "type": "string",
- "code": "string",
- "message": "string",
- "customerFacingMessage": "string",
- "actionCode": "string",
- "fieldReference": "string"