The POST /rbits call allows your platform to create an rbit for a user, account, or transaction. The rbits resource provides a way to communicate risk-related account and transaction level information between an application and WePay. An rbit contains risk related information about your users, their accounts, and their transactions.
id required | string [ 1 .. 255 ] characters ID of the rbit, generated by WePay when the rbit is created. | ||||||
path required | string Path of resource and resource ID. | ||||||
required | object Details the owner resource and owner path. | ||||||
resource required | string Helps organize information by identifying the resource type of the object data.
| ||||||
create_time required | integer <int64> >= 0 The time (in UNIX) when the rbit was created. | ||||||
receive_time required | integer <int64> >= 0 The time (in UNIX) when the data in this rbit was first obtained. | ||||||
type required | string The type of rBit. Use
| ||||||
source required | string
| ||||||
state required | string State of the rbit. Possible values include:
| ||||||
object A mailing address associated with a user or account. | |||||||
api_version | string | ||||||
object The user's card is charged automatically every month. | |||||||
object Text description of the business. | |||||||
object The full name of the business. | |||||||
object rbit to store Event information | |||||||
object rbit to store Expected Volume information | |||||||
object The user’s external accounts | |||||||
object Information about an event related to a donation transaction or donation account. | |||||||
object | |||||||
object A code from one of several sources that indicates the industry associated with the business. | |||||||
object Information about the landlord of the property listed in the rental marketplace platform. | |||||||
object | |||||||
object This describes one type of service or product the user signed up for on the partner site. This should be passed as a related rbit of the | |||||||
object Information about a person associated with a user or account. | |||||||
object A phone number associated with a user or account. | |||||||
object Information about a project that an invoice or transaction is related to. | |||||||
object Information about a rented/owned home/commercial property that a payment is made for. | |||||||
object rbit to store rental contract information | |||||||
object revenue information. | |||||||
object Information regarding a specific transaction. | |||||||
object The URI to the campaign/website for the associated object. |
INVALID_PARAMS
NOT_AUTHORIZED
UNEXPECTED_ERROR
{- "property": {
- "managed_by": "landlord",
- "listing_time": 251143022,
- "type": "residential",
- "address": {
- "city": "Palo Alto",
- "country": "US",
- "line1": "380 Portage Avenue",
- "postal_code": "93036",
- "region": "CA"
}
}, - "associated_resource": {
- "id": "f48cd8e6-e802-4500-a0f9-3ab6228c6f23",
- "resource": "payments"
}, - "receive_time": 1367958263,
- "source": "partner_database",
- "type": "property"
}
{- "address": {
- "origin_address": {
- "city": "Palo Alto",
- "country": "US",
- "line1": "380 Portage Avenue",
- "postal_code": "93036",
- "region": "CA"
}
}, - "create_time": 1390656130,
- "id": "f48cd8e6-e802-4500-a0f9-3ab6228c6f23",
- "owner": {
- "id": "d7608b20-fea5-4eb5-bd30-d3f58435e78b",
- "path": "/accounts/d7608b20-fea5-4eb5-bd30-d3f58435e78b",
- "resource": "accounts"
}, - "path": "/rbits/f48cd8e6-e802-4500-a0f9-3ab6228c6f23",
- "receive_time": 1367958263,
- "resource": "rbits",
- "source": "guidestar",
- "state": "active",
- "type": "address",
- "api_version": "3.0"
}