cURL
curl --request GET \ --url https://raas-partner-cv.nomas.cash/v1/user/funding/source/get-payment-method-v2/{userToken} \ --header 'api_key: <api-key>'
{ "currency": "<string>", "bankAccountType": "CheckingAccount", "cardtype": "DebitCard", "number": "<string>", "accountNumber": "<string>", "bankEntityNumber": "<string>", "bankName": "<string>", "isPrimary": true, "name": "<string>", "id": "<string>" }
Retrieves the summary structure for a receiving method by ID.
CheckingAccount
SavingsAccount
OtherAccount
DebitCard
CreditCard