Discussions

Ask a Question
ANSWERED

Mapping API field to UI field

How are API field in [txCreate](https://doc.notabene.id/#tag/Transactions/operation/txCreate) mapped in the UI?
ANSWERED

CustomerIdentification field in a transaction

How do I display the `customerIdentification` field in a transaction?
ANSWERED
ANSWERED

err : ... should match pattern

Hello, I'm getting an error while creating travel rule transaction. The full message is : {"err":{"message":"[{\"keyword\":\"pattern\",\"dataPath\":\".requestBody.transactionAmount\",\"schemaPath\":\"#/properties/requestBody/properties/transactionAmount/pattern\",\"params\":{\"pattern\":\"^0*[1-9][0-9]*$\"},\"message\":\"should match pattern \\\"^0*[1-9][0-9]*$\\\"\"}]"}} Does this mean the Amount should not have any below 0 numbers? Or is it because I'm in a test environment? Best regards, Junwhan Choi
ANSWERED

How to refresh the widget

Hello, How can I refresh the widget when the address or the amount changes? We tried the functions below but it didn't work. notabene.destroyWidget(); // Will remove the widget notabene.renderWidget(); // Will re-render the widget Thank you.
ANSWERED

Transfer Details : Recipient Address

Hello, My name is Junwhan Choi and I'm implementing your widget in our COEXSTAR project. In the widget, Transfer Details > Additional Information Required screen, the Recipient Address appears again. Which as for I know it shouldn't. Please let me know if you need a screenshot. Thank you. Best regards, Junwhan Choi
ANSWERED

What do I do if I have local characters in names and addresses?

"#/properties/requestBody/properties/originator/properties/originatorPersons/items/properties/naturalPerson/properties/geographicAddress/items/properties/buildingName/pattern", "params": { "pattern": "^[ -~]{1,35}$" }, "message": "should match pattern \"^[ -~]{1,35}$\""
ANSWERED

Submit Travel Rule information to foreign unlicensed/unregistered counterparts?

Are VASP required to submit Travel Rule information to foreign unlicensed/unregistered counterparts?
ANSWERED
ANSWERED

How does a beneficiary proof look like?

I see that a beneficiary proof is required for transactions that are type `"NON_CUSTODIAL"` how does that look like?