Skip to main content
GET
/
user
/
funding
/
source
/
request-money
/
{userToken}
Get receiving methods
curl --request GET \
  --url https://raas-partner-cv.nomas.cash/v1/user/funding/source/request-money/{userToken} \
  --header 'api_key: <api-key>'
[
  {
    "accountNumber": "<string>",
    "bankEntityNumber": "<string>",
    "type": "MobileWallet",
    "expirationDate": "<string>",
    "expirationMonth": "<string>",
    "expirationYear": "<string>",
    "cardType": "<string>",
    "number": "<string>",
    "tokenData": "<string>",
    "id": "<string>",
    "accountId": "<string>",
    "isPrimary": true,
    "name": "<string>",
    "application": "<string>",
    "country": "<string>",
    "cardNetwork": "<string>",
    "currency": "<string>",
    "status": "Created",
    "allowPullCrossBorder": true,
    "allowPullDomestic": true,
    "allowPushCrossBorder": true,
    "allowPushDomestic": true,
    "allowReviewAddress": true,
    "canOperate": true,
    "externalId": "<string>",
    "paymentMethodOwner": "<string>"
  }
]

Authorizations

api_key
string
header
required

Path Parameters

userToken
string
required
  • User token.

Query Parameters

sourceCountry
string
  • Source country code.
destinationCountry
string
  • Destination country code.

Response

accountNumber
string
required

Bank account number

bankEntityNumber
string
required
type
enum<string>
required

Source of funding type: MobileWallet|BankAccount|DebitCard|CreditCard|CashLoadLocaion|CashPayoutLocation|MTOLoad|None|StorePay"

Available options:
MobileWallet,
BankAccount,
DebitCard,
CreditCard,
CashLoadLocation,
AppleDigitalWallet,
GoogleDigitalWallet,
CLABE,
UBN,
VirtualNetworkAccount
expirationDate
string
required

Credit/Debit card expiration date

expirationMonth
string
required

Credit/Debit card expiration month

expirationYear
string
required

Credit/Debit card expiration year

cardType
string
required

Card type: Credit|Debit

number
string
required

Credit/Debit card number

tokenData
string
required

Tokenized card data.

id
string
accountId
string
isPrimary
boolean

Subscriber's main source of funding

name
string

Credit/Debit card holder name. Account name.

application
string
country
string
cardNetwork
string
currency
string
status
enum<string>
Available options:
Created,
Validated,
Blocked,
Validating,
Removed,
Disconnected,
ValidationNotApproved,
ValidatedPull,
ValidatedPush,
ValidatedPullAndPush
allowPullCrossBorder
boolean
allowPullDomestic
boolean
allowPushCrossBorder
boolean
allowPushDomestic
boolean
allowReviewAddress
boolean
canOperate
boolean
externalId
string
paymentMethodOwner
string