ConnectionRequest
Request to create a partner app connection
scopesstring[]required
Scopes the partner is requesting for the connection
Possible values: [WALLET_BALANCE_READ, FUNDING_ACCOUNT_READ, COLLECTIONS_WRITE], >= 1
accountEmailstring
The email address the end-user uses with the partner. Optional. Forwarded to Hubpay, where it may be used to validate the connection at accept time.
Possible values: non-empty and <= 255 characters
Example:
user@partner-app.comConnectionRequest
{
"scopes": [
"WALLET_BALANCE_READ"
],
"accountEmail": "user@partner-app.com"
}