DamageBDD

Behaviour Driven Development At Planetary Scale.

Business Registration - DamageBDD


Register as busniess customer.

In order to comply with KYC requirements please fill in all the required details

Html Form Input





Using Curl


    curl -s 'https://run.damagebdd.com/accounts/create?refund_address=$REFUND_ADDRESS' \
        -H 'Content-Type: application/x-yaml' \
        -d '
customerType: "Business"
businessName: "Acme APIs"
registrationNumber: "0000"
address: "123 Main Street, Sydney, NSW"
identificationVerification:
  documentType: "Passport"
  documentNumber: "A1234567"
email: "john.doe@example.com"
phone: "0412345678"
'