Update token
Tokens
Using our tokenization service you can tokenize re-usable payment data like card data, bank account data including Direct Debit Mandates and PayPal BillingAgreementIDs. The main purpose for tokens is re-use of payment details. The additional benefit is that you do not need to store any sensitive payment details on your server, while still having the benefit to be able to re-use them. This allows you to process recurring card transactions without actually having access to the real card data.
Tokens can be used for two types of transactions:
- Recurring: Automatically charging your consumer in a regular, e.g. monthly, time frame;
- One-off: Charge the consumer without the consumer having to re-enter all of their payment details.
The second scenario can be used to facilitate a one-click checkout solution, that would still allow the consumer to enter only their CVV value for a card transaction. CVV values can't be tokenized as they are not allowed to be stored at all.
Besides the re-use of payment data, tokens have one other major use-case: Direct Debit Mandates. Especially SEPA Direct Debit transactions require that the mandate for the transactions is managed through a token with an associated mandate. Mandates are created in one go with the token, but can have a state that requires that they are approved before they can be used. As the mandate process is in most cases an offline process the approval will allow you to set the location and date where and when the mandate was signed by the consumer. Without an approved SEPA mandate you will not be able to process any payments regarding this mandate.
Request
Use PUT on a specific token to update the tokenized data. Any data that is supplied will overwrite any of the existing data in the token.
- card data
- SEPA Direct Debit data (including mandate information)
- Non SEPA Direct Debit data
- eWallet data
Payloaddomain.UpdateTokenRequest
Properties
|
|||
Property | Type | Required | Details |
---|---|---|---|
object | one of the group | read close | |
close
DescriptionObject containing card details
|
|||
alias | string (100) | no | read close |
close
DescriptionAn alias for the token. This can be used to visually represent the token.
If no alias is given in Create token calls, a payment product specific default is used, e.g. the obfuscated card number for card payment products. Do not include any unobfuscated sensitive data in the alias. |
|||
object | depends | read close | |
close
DescriptionObject containing the details of the customer
|
|||
object | no | read close | |
additionalInfo | string (50) | no | read close |
close
DescriptionAdditional address information. The additionalInfo is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
|
|||
city | string | depends depends no depends depends | read close |
close
DescriptionCity
Note: For payments with product 1503 the maximum length is not 40 but 20. |
|||
countryCode | string (2) | no depends no yes yes | read close |
close
DescriptionISO 3166-1 alpha-2 country code
|
|||
houseNumber | string (15) | depends | read close |
close
DescriptionHouse number. The houseNumber is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
|
|||
state | string (35) | no depends no no depends | read close |
close
DescriptionFull name of the state or province
|
|||
stateCode | string | depends | read close |
close
DescriptionISO 3166-2 alpha-3 state code
Notes:
|
|||
street | string (50) | depends depends no depends depends | read close |
close
DescriptionStreetname
|
|||
zip | string | depends depends no depends depends | read close |
close
DescriptionZip code
Note: For payments with product 1503 the maximum length is not 10 but 8. |
|||
object | no | read close | |
dateOfIncorporation | string (8) | no depends no no depends | read close |
close
DescriptionThe date of incorporation is the specific date when the company was registered with the relevant authority.
Format: YYYYMMDD |
|||
name | string (40) | depends depends no no no | read close |
close
DescriptionName of company, as a customer
|
|||
vatNumber | string (17) | depends | read close |
close
DescriptionLocal VAT number of the company
|
|||
merchantCustomerId | string (15) | no | read close |
close
DescriptionYour identifier for the customer. It can be used as a search criteria in the GlobalCollect Payment Console and is also included in the GlobalCollect report files. It is used in the fraud-screening process for payments on the Ogone Payment Platform.
|
|||
object | no | read close | |
close
DescriptionObject containing personal information of the customer
|
|||
object | no | read close | |
close
DescriptionGiven name(s) or first name(s) of the customer
|
|||
firstName | string (15) | no | read close |
close
DescriptionGiven name(s) or first name(s) of the customer
|
|||
surname | string (70) | no | read close |
close
DescriptionSurname(s) or last name(s) of the customer
|
|||
surnamePrefix | string (15) | no | read close |
close
DescriptionMiddle name - In between first name and surname - of the customer
|
|||
vatNumber | string (17) | no | read close |
close
Deprecated:
Use companyInformation.vatNumber instead
DescriptionLocal VAT number of the company
|
|||
object | yes | read close | |
close
DescriptionObject containing the card tokenizable details
|
|||
object | yes | read close | |
close
DescriptionObject containing the card details (without CVV)
|
|||
cardNumber | string (19) | depends | read close |
close
DescriptionThe complete credit/debit card number (also know as the PAN). The minimum input length is 12 digits.
|
|||
cardholderName | string (51) | no | read close |
close
DescriptionThe card holder's name on the card. Minimum length of 2, maximum length of 51 characters.
|
|||
expiryDate | string (4) | depends | read close |
close
DescriptionExpiry date of the card
Format: MMYY |
|||
issueNumber | string (2) | no | read close |
close
DescriptionIssue number on the card (if applicable)
|
|||
firstTransactionDate | string (8) | no | read close |
close
DescriptionDate of the first transaction (for ATOS)
Format: YYYYMMDD |
|||
providerReference | string (4000) | no | read close |
close
DescriptionReference of the provider (of the first transaction) - used to store the ATOS Transaction Certificate
|
|||
object | one of the group | read close | |
close
DescriptionObject containing eWallet details
|
|||
alias | string (100) | no | read close |
close
DescriptionAn alias for the token. This can be used to visually represent the token.
If no alias is given in Create token calls, a payment product specific default is used, e.g. the obfuscated card number for card payment products. Do not include any unobfuscated sensitive data in the alias. |
|||
object | yes | read close | |
close
DescriptionObject containing the details of the customer
|
|||
object | no | read close | |
additionalInfo | string (50) | no | read close |
close
DescriptionAdditional address information. The additionalInfo is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
|
|||
city | string | depends depends no depends depends | read close |
close
DescriptionCity
Note: For payments with product 1503 the maximum length is not 40 but 20. |
|||
countryCode | string (2) | no depends no yes yes | read close |
close
DescriptionISO 3166-1 alpha-2 country code
|
|||
houseNumber | string (15) | depends | read close |
close
DescriptionHouse number. The houseNumber is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
|
|||
state | string (35) | no depends no no depends | read close |
close
DescriptionFull name of the state or province
|
|||
stateCode | string | depends | read close |
close
DescriptionISO 3166-2 alpha-3 state code
Notes:
|
|||
street | string (50) | depends depends no depends depends | read close |
close
DescriptionStreetname
|
|||
zip | string | depends depends no depends depends | read close |
close
DescriptionZip code
Note: For payments with product 1503 the maximum length is not 10 but 8. |
|||
object | no | read close | |
dateOfIncorporation | string (8) | no depends no no depends | read close |
close
DescriptionThe date of incorporation is the specific date when the company was registered with the relevant authority.
Format: YYYYMMDD |
|||
name | string (40) | depends depends no no no | read close |
close
DescriptionName of company, as a customer
|
|||
vatNumber | string (17) | depends | read close |
close
DescriptionLocal VAT number of the company
|
|||
merchantCustomerId | string (15) | no | read close |
close
DescriptionYour identifier for the customer. It can be used as a search criteria in the GlobalCollect Payment Console and is also included in the GlobalCollect report files. It is used in the fraud-screening process for payments on the Ogone Payment Platform.
|
|||
object | no | read close | |
close
DescriptionObject containing personal information of the customer
|
|||
object | no | read close | |
close
DescriptionGiven name(s) or first name(s) of the customer
|
|||
firstName | string (15) | no | read close |
close
DescriptionGiven name(s) or first name(s) of the customer
|
|||
surname | string (70) | no | read close |
close
DescriptionSurname(s) or last name(s) of the customer
|
|||
surnamePrefix | string (15) | no | read close |
close
DescriptionMiddle name - In between first name and surname - of the customer
|
|||
vatNumber | string (17) | no | read close |
close
Deprecated:
Use companyInformation.vatNumber instead
DescriptionLocal VAT number of the company
|
|||
object | yes | read close | |
close
DescriptionObject containing the eWallet tokenizable data
|
|||
billingAgreementId | string (50) | depends | read close |
close
DescriptionIdentification of the PayPal recurring billing agreement
|
|||
object | one of the group | read close | |
close
DescriptionObject containing the non SEPA Direct Debit details
|
|||
alias | string (100) | no | read close |
close
DescriptionAn alias for the token. This can be used to visually represent the token.
If no alias is given in Create token calls, a payment product specific default is used, e.g. the obfuscated card number for card payment products. Do not include any unobfuscated sensitive data in the alias. |
|||
object | yes | read close | |
close
DescriptionObject containing the details of the customer
|
|||
object | no | read close | |
additionalInfo | string (50) | no | read close |
close
DescriptionAdditional address information. The additionalInfo is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
|
|||
city | string | depends depends no depends depends | read close |
close
DescriptionCity
Note: For payments with product 1503 the maximum length is not 40 but 20. |
|||
countryCode | string (2) | no depends no yes yes | read close |
close
DescriptionISO 3166-1 alpha-2 country code
|
|||
houseNumber | string (15) | depends | read close |
close
DescriptionHouse number. The houseNumber is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
|
|||
state | string (35) | no depends no no depends | read close |
close
DescriptionFull name of the state or province
|
|||
stateCode | string | depends | read close |
close
DescriptionISO 3166-2 alpha-3 state code
Notes:
|
|||
street | string (50) | depends depends no depends depends | read close |
close
DescriptionStreetname
|
|||
zip | string | depends depends no depends depends | read close |
close
DescriptionZip code
Note: For payments with product 1503 the maximum length is not 10 but 8. |
|||
object | no | read close | |
dateOfIncorporation | string (8) | no depends no no depends | read close |
close
DescriptionThe date of incorporation is the specific date when the company was registered with the relevant authority.
Format: YYYYMMDD |
|||
name | string (40) | depends depends no no no | read close |
close
DescriptionName of company, as a customer
|
|||
vatNumber | string (17) | depends | read close |
close
DescriptionLocal VAT number of the company
|
|||
merchantCustomerId | string (15) | no | read close |
close
DescriptionYour identifier for the customer. It can be used as a search criteria in the GlobalCollect Payment Console and is also included in the GlobalCollect report files. It is used in the fraud-screening process for payments on the Ogone Payment Platform.
|
|||
object | no | read close | |
close
DescriptionObject containing personal information of the customer
|
|||
object | no | read close | |
close
DescriptionGiven name(s) or first name(s) of the customer
|
|||
firstName | string (15) | no | read close |
close
DescriptionGiven name(s) or first name(s) of the customer
|
|||
surname | string (70) | no | read close |
close
DescriptionSurname(s) or last name(s) of the customer
|
|||
surnamePrefix | string (15) | no | read close |
close
DescriptionMiddle name - In between first name and surname - of the customer
|
|||
vatNumber | string (17) | no | read close |
close
Deprecated:
Use companyInformation.vatNumber instead
DescriptionLocal VAT number of the company
|
|||
object | yes | read close | |
close
DescriptionObject containing the mandate details
|
|||
object | one of the group | read close | |
close
DescriptionObject containing specific data for Direct Debit UK
|
|||
authorisationId | string (18) | depends | read close |
close
DescriptionCore reference number for the direct debit instruction in UK
|
|||
object | yes | read close | |
close
DescriptionObject containing account holder name and bank account information
|
|||
accountHolderName | string (30) | depends | read close |
close
DescriptionName of the account holder
|
|||
accountNumber | string | depends | read close |
close
DescriptionBank account number
|
|||
bankCode | string | depends | read close |
close
DescriptionBank code
|
|||
bankName | string (40) | no | read close |
close
DescriptionName of the bank
|
|||
branchCode | string | no | read close |
close
DescriptionBranch code
|
|||
checkDigit | string | no | read close |
close
DescriptionBank check digit
|
|||
countryCode | string (2) | no | read close |
close
DescriptionISO 3166-1 alpha-2 country code of the country where the bank account is held
For UK payouts this value is automatically set to GB as only payouts to UK accounts are supported.
|
|||
object | one of the group | read close | |
close
DescriptionObject containing specific data for ACH
|
|||
object | yes | read close | |
close
DescriptionObject containing account holder name and bank account information
|
|||
accountHolderName | string (30) | depends | read close |
close
DescriptionName of the account holder
|
|||
accountNumber | string | depends | read close |
close
DescriptionBank account number
|
|||
bankCode | string | depends | read close |
close
DescriptionBank code
|
|||
bankName | string (40) | no | read close |
close
DescriptionName of the bank
|
|||
branchCode | string | no | read close |
close
DescriptionBranch code
|
|||
checkDigit | string | no | read close |
close
DescriptionBank check digit
|
|||
countryCode | string (2) | no | read close |
close
DescriptionISO 3166-1 alpha-2 country code of the country where the bank account is held
For UK payouts this value is automatically set to GB as only payouts to UK accounts are supported.
|
|||
object | one of the group | read close | |
close
DescriptionObject containing the SEPA Direct Debit details
|
|||
alias | string (100) | no | read close |
close
DescriptionAn alias for the token. This can be used to visually represent the token.
If no alias is given in Create token calls, a payment product specific default is used, e.g. the obfuscated card number for card payment products. Do not include any unobfuscated sensitive data in the alias. |
|||
object | yes | read close | |
close
DescriptionObject containing the details of the customer
|
|||
object | depends | read close | |
additionalInfo | string (50) | no | read close |
close
DescriptionAdditional address information. The additionalInfo is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
|
|||
city | string | depends depends no depends depends | read close |
close
DescriptionCity
Note: For payments with product 1503 the maximum length is not 40 but 20. |
|||
countryCode | string (2) | no depends no yes yes | read close |
close
DescriptionISO 3166-1 alpha-2 country code
|
|||
houseNumber | string (15) | depends | read close |
close
DescriptionHouse number. The houseNumber is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
|
|||
state | string (35) | no depends no no depends | read close |
close
DescriptionFull name of the state or province
|
|||
stateCode | string | depends | read close |
close
DescriptionISO 3166-2 alpha-3 state code
Notes:
|
|||
street | string (50) | depends depends no depends depends | read close |
close
DescriptionStreetname
|
|||
zip | string | depends depends no depends depends | read close |
close
DescriptionZip code
Note: For payments with product 1503 the maximum length is not 10 but 8. |
|||
object | no | read close | |
dateOfIncorporation | string (8) | no depends no no depends | read close |
close
DescriptionThe date of incorporation is the specific date when the company was registered with the relevant authority.
Format: YYYYMMDD |
|||
name | string (40) | depends depends no no no | read close |
close
DescriptionName of company, as a customer
|
|||
vatNumber | string (17) | depends | read close |
close
DescriptionLocal VAT number of the company
|
|||
object | no | read close | |
close
DescriptionObject containing contact details like email address and phone number
|
|||
emailAddress | string (70) | no | read close |
close
DescriptionEmail address of the customer
|
|||
emailMessageType | string | no | read close |
close
DescriptionPreference for the type of email message markup
|
|||
merchantCustomerId | string (15) | no | read close |
close
DescriptionYour identifier for the customer. It can be used as a search criteria in the GlobalCollect Payment Console and is also included in the GlobalCollect report files. It is used in the fraud-screening process for payments on the Ogone Payment Platform.
|
|||
object | no | read close | |
close
DescriptionObject containing personal information of the customer
|
|||
object | no | read close | |
close
DescriptionGiven name(s) or first name(s) of the customer
|
|||
firstName | string (15) | no | read close |
close
DescriptionGiven name(s) or first name(s) of the customer
|
|||
surname | string (70) | no | read close |
close
DescriptionSurname(s) or last name(s) of the customer
|
|||
surnamePrefix | string (15) | no | read close |
close
DescriptionMiddle name - In between first name and surname - of the customer
|
|||
vatNumber | string (17) | no | read close |
close
Deprecated:
Use companyInformation.vatNumber instead
DescriptionLocal VAT number of the company
|
|||
object | yes | read close | |
close
DescriptionObject containing the mandate details
|
|||
object | depends | read close | |
close
DescriptionObject containing Account holder and IBAN information
|
|||
accountHolderName | string (30) | depends | read close |
close
DescriptionName in which the account is held.
|
|||
iban | string (50) | depends | read close |
close
DescriptionThe IBAN is the International Bank Account Number. It is an internationally agreed format for the BBAN and includes the ISO country code and two check digits.
|
|||
customerContractIdentifier | string (35) | no | read close |
close
DescriptionIdentifies the contract between customer and merchant
|
|||
object | depends | read close | |
additionalAddressInfo | string (50) | no | read close |
close
DescriptionAdditional information about the debtor's address, like Suite II, Apartment 2a
|
|||
city | string (51) | no | read close |
close
DescriptionCity of the debtor's address
|
|||
countryCode | string (2) | no | read close |
close
DescriptionISO 3166-1 alpha-2 country code of the debtor's address
|
|||
firstName | string (15) | no | read close |
close
DescriptionDebtor first name
|
|||
houseNumber | string (15) | no | read close |
close
DescriptionHouse number of the debtor's address
|
|||
state | string (35) | no | read close |
close
DescriptionState of debtor address
|
|||
stateCode | string (9) | depends | read close |
close
DescriptionISO 3166-2 alpha-3 state code
Notes:
|
|||
street | string (50) | no | read close |
close
DescriptionStreet of debtor's address
|
|||
surname | string (70) | depends | read close |
close
DescriptionDebtor's last name
|
|||
surnamePrefix | string (15) | no | read close |
close
DescriptionPrefix of the debtor's last name
|
|||
zip | string (10) | no | read close |
close
DescriptionZIP code of the debtor's address
|
|||
isRecurring | boolean | no | read close |
close
Description
|
|||
object | no | read close | |
close
DescriptionObject containing the details of the mandate approval
|
|||
mandateSignatureDate | string (8) | no | read close |
close
DescriptionThe date when the mandate was signed
Format: YYYYMMDD |
|||
mandateSignaturePlace | string (51) | no | read close |
close
DescriptionThe city where the mandate was signed
|
|||
mandateSigned | boolean | no | read close |
close
Description
|
|||
preNotification | string | no | read close |
close
DescriptionIndicates whether a pre-notification should be sent to the customer.
|
|||
paymentProductId | integer (5) | depends | read close |
close
DescriptionPayment product identifier
Please see payment products for a full overview of possible values. |
Request example
This scenario you will probably use the most
-
// Assigning literals to pointer variables directly is not supported. // The below code uses helper functions connectsdk.NewInt32 and connectsdk.NewString to overcome this issue. // These helper functions are provided by the SDK's root package. // http://stackoverflow.com/a/30716481 lists a few more alternatives. var billingAddress domain.Address billingAddress.AdditionalInfo = connectsdk.NewString("b") billingAddress.City = connectsdk.NewString("Monument Valley") billingAddress.CountryCode = connectsdk.NewString("US") billingAddress.HouseNumber = connectsdk.NewString("13") billingAddress.State = connectsdk.NewString("Utah") billingAddress.Street = connectsdk.NewString("Desertroad") billingAddress.Zip = connectsdk.NewString("84536") var companyInformation domain.CompanyInformation companyInformation.Name = connectsdk.NewString("Acme Labs") var name domain.PersonalNameToken name.FirstName = connectsdk.NewString("Wile") name.Surname = connectsdk.NewString("Coyote") name.SurnamePrefix = connectsdk.NewString("E.") var personalInformation domain.PersonalInformationToken personalInformation.Name = &name var customer domain.CustomerToken customer.BillingAddress = &billingAddress customer.CompanyInformation = &companyInformation customer.MerchantCustomerID = connectsdk.NewString("1234") customer.PersonalInformation = &personalInformation var cardWithoutCvv domain.CardWithoutCvv cardWithoutCvv.CardNumber = connectsdk.NewString("4567350000427977") cardWithoutCvv.CardholderName = connectsdk.NewString("Wile E. Coyote") cardWithoutCvv.ExpiryDate = connectsdk.NewString("1299") cardWithoutCvv.IssueNumber = connectsdk.NewString("12") var data domain.TokenCardData data.CardWithoutCvv = &cardWithoutCvv var card domain.TokenCard card.Customer = &customer card.Data = &data var body domain.UpdateTokenRequest body.Card = &card body.PaymentProductID = connectsdk.NewInt32(1) err := client.V1().Merchant("merchantId").Tokens().Update("tokenId", body, nil)
-
// Assigning literals to pointer variables directly is not supported. // The below code uses helper functions connectsdk.NewInt32 and connectsdk.NewString to overcome this issue. // These helper functions are provided by the SDK's root package. // http://stackoverflow.com/a/30716481 lists a few more alternatives. var billingAddress domain.Address billingAddress.CountryCode = connectsdk.NewString("US") var customer domain.CustomerToken customer.BillingAddress = &billingAddress var cardWithoutCvv domain.CardWithoutCvv cardWithoutCvv.CardNumber = connectsdk.NewString("****************") cardWithoutCvv.ExpiryDate = connectsdk.NewString("****") var data domain.TokenCardData data.CardWithoutCvv = &cardWithoutCvv var card domain.TokenCard card.Customer = &customer card.Data = &data var body domain.UpdateTokenRequest body.Card = &card body.PaymentProductID = connectsdk.NewInt32(1) err := client.V1().Merchant("merchantId").Tokens().Update("tokenId", body, nil)
-
// Assigning literals to pointer variables directly is not supported. // The below code uses helper functions connectsdk.NewInt32 and connectsdk.NewString to overcome this issue. // These helper functions are provided by the SDK's root package. // http://stackoverflow.com/a/30716481 lists a few more alternatives. var billingAddress domain.Address billingAddress.AdditionalInfo = connectsdk.NewString("b") billingAddress.City = connectsdk.NewString("Monument Valley") billingAddress.CountryCode = connectsdk.NewString("US") billingAddress.HouseNumber = connectsdk.NewString("13") billingAddress.State = connectsdk.NewString("Utah") billingAddress.Street = connectsdk.NewString("Desertroad") billingAddress.Zip = connectsdk.NewString("84536") var companyInformation domain.CompanyInformation companyInformation.Name = connectsdk.NewString("Acme Labs") var name domain.PersonalNameToken name.FirstName = connectsdk.NewString("Wile") name.Surname = connectsdk.NewString("Coyote") name.SurnamePrefix = connectsdk.NewString("E.") var personalInformation domain.PersonalInformationToken personalInformation.Name = &name var customer domain.CustomerToken customer.BillingAddress = &billingAddress customer.CompanyInformation = &companyInformation customer.MerchantCustomerID = connectsdk.NewString("1234") customer.PersonalInformation = &personalInformation var cardWithoutCvv domain.CardWithoutCvv cardWithoutCvv.CardNumber = connectsdk.NewString("****************") cardWithoutCvv.CardholderName = connectsdk.NewString("Wile E. Coyote") cardWithoutCvv.ExpiryDate = connectsdk.NewString("****") var data domain.TokenCardData data.CardWithoutCvv = &cardWithoutCvv var card domain.TokenCard card.Customer = &customer card.Data = &data var body domain.UpdateTokenRequest body.Card = &card body.PaymentProductID = connectsdk.NewInt32(1) err := client.V1().Merchant("merchantId").Tokens().Update("tokenId", body, nil)
Responses
Please find below an overview of the possible responses.
Response 204 - No content
A 204 response denotes that we successfully processed the update request.
Response 400 - Bad requestdomain.ErrorResponse
Properties
|
|||
Property | Type | Required | Details |
---|---|---|---|
errorId | string | yes | read close |
close
DescriptionUnique reference, for debugging purposes, of this error response
|
|||
array of object | yes | read close | |
close
DescriptionList of one or more errors
|
|||
object | no | read close | |
close
DescriptionContains detailed information on one single error.
|
|||
category | string | no | read close |
close
DescriptionCategory the error belongs to. The category should give an indication of the type of error you are dealing with.
Possible values:
|
|||
code | string | yes | read close |
close
DescriptionError code
|
|||
httpStatusCode | integer | no | read close |
close
DescriptionHTTP status code for this error that can be used to determine the type of error
|
|||
id | string | no | read close |
close
DescriptionID of the error. This is a short human-readable message that briefly describes the error.
|
|||
message | string | no | read close |
close
DescriptionHuman-readable error message that is not meant to be relayed to customer as it might tip off people who are trying to commit fraud
|
|||
propertyName | string | no | read close |
close
DescriptionReturned only if the error relates to a value that was missing or incorrect.
Contains a location path to the value as a JSonata query. Some common examples:
|
|||
requestId | string | no | read close |
close
DescriptionID of the request that can be used for debugging purposes
|
Response example
This scenario you will probably use the most
-
{ "errorId" : "15eabcd5-30b3-479b-ae03-67bb351c07e6-00000092", "errors" : [ { "code" : "20000000", "propertyName" : "bankAccountBban.accountNumber", "message" : "PARAMETER_NOT_FOUND_IN_REQUEST" } ] }