[Discord] Completing Create Wallet

  1. If you are working in Postman I would follow this video: Make Your First API Call.
  • All you need to do is download the Postman Collection, input your Sandbox keys (not production) you are set to make calls without the UNAUTHENTICATED_API_CALL error.

If you are working in the hackathon, in Sandbox you do not need to verify your wallet account.

The Wallet example should work, just update the reference ID as needed.

You can also try this:

{
    "first_name": "Samson",
    "last_name": "Smith",
    "email": "",
    "ewallet_reference_id": "Samson-Smith-06227022",
    "metadata": {
        "merchant_defined": true
    },
    "phone_number": "",
    "type": "person",
    "contact": {
        "phone_number": "+14155551311",
        "email": "samson@rapyd.net",
        "first_name": "Samson",
        "last_name": "Smith",
        "mothers_name": "Jane Smith",
        "contact_type": "personal",
        "address": {
            "name": "Samson Smith",
            "line_1": "123 Main Street",
            "line_2": "",
            "line_3": "",
            "city": "Anytown",
            "state": "NY",
            "country": "US",
            "zip": "12345",
            "phone_number": "+14155551111",
            "metadata": {},
            "canton": "",
            "district": ""
        },
        "identification_type": "PA",
        "identification_number": "1234567890",
        "date_of_birth": "11/22/2000",
        "country": "US",
        "nationality": "US",
        "metadata": {
            "merchant_defined": true
        }
    }
}

Here’s a resource if you are working within Postman:

Here are some resources if you are working outside of Postman: