Skip to main content
POST
Create a customer

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Accept
enum<string>
default:application/vnd.dwolla.v1.hal+json
required

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Available options:
application/vnd.dwolla.v1.hal+json

Body

application/vnd.dwolla.v1.hal+json

Parameters for customer to be created

Create a Receive Only User

firstName
string
required
Example:

"Account"

lastName
string
required
Example:

"Admin"

email
string
required
Example:

"accountAdmin@email.com"

type
string
required
Allowed value: "receive-only"
ipAddress
string
Example:

"143.156.7.8"

phone
string
Example:

"5555555555"

correlationId
string
Example:

"fc451a7a-ae30-4404-aB95-e3553fcd733"

businessName
string
Example:

"Jane Corp llc"

Response

successful operation