Funding sources
List my funding sources
Lists your wallets. Usually you expect to have only one wallet, but for future compatibility this returns an array. Does not return wallet balances. Use the expand endpoint for that.
Response Body
application/json
application/json
curl -X GET "https://api.invinciblepay.com/v1/funding-sources/me"[
{
"brandId": "string",
"createdAt": 0,
"currency": "string",
"externalId": "string",
"id": "string",
"nickname": "string",
"ownerAccountId": "string",
"provider": "pateno",
"status": "inactive",
"tenantId": "string",
"type": "fiat"
}
]{
"error": "string",
"error_code": {}
}