Memento Payments
Search…
Developer Portal
REST Product API
Authentication Flow
Project Preferences
Reference
Authentication
HTTP Headers
Response Codes & Errors
Filtering
Actions
Addresses
Announcements
Contacts
Devices
Fees
Funding Sources
Funding Source Types
Images
Moments
Money Pools
Notifications
Participation
Payment
Receipts
Referrals
Requests
Transactions
Users
Verifications
REST Merchant API
GraphQL Admin API
API Events
Powered By
GitBook
Funding Source Types
The funding source type object
Attribute
Type
Description
id
uuid
The unique identifier for the funding source type.
shortcode
string
The user specified short code for the funding source type.
title
string
The user specified title of the funding source type.
account_type
string
The account type of funding source.
unclaimed funds
virtual
bank_account
card
crypto_address
allows_in
boolean
Whether the funding source type allows deposits.
allows_out
boolean
Whether the funding source type allows withdrawals.
currencies
array
A list of currencies which the funding source type supports.
created_at
time
The time when the funding source was created.
updated_at
time
The time when the funding source was updated.
Example
{
"id": "46d679a5-c221-4d91-89ee-da7eff58ed21",
"shortcode": "debit_account",
"title": "Debit Account",
"account_type": "bank_account",
"allows_in": true,
"allows_out": true,
"currencies": ["EUR"],
"created_at": "2017-09-04T12:26:43.398646Z",
"updated_at": "2017-09-04T12:26:43.398646Z"
}
Previous
Funding Sources
Next
Images
Last modified
2yr ago
Copy link
Outline
The funding source type object
Example