get https://api.sendwyre.com/v2/paymentMethod/
curl -v -XGET 'https://api.sendwyre.com/v2/paymentMethod/{paymentMethodId}' \
-H "X-Api-Key: {api-key}" \
-H "X-Api-Signature: {signature}" \
{
"id": "TestPaymentMethod",
"owner": "account:ABCDEFG",
"createdAt": 1230940800000,
"name": "TEST PAYMENT METHOD",
"defaultCurrency": "USD",
"status": "ACTIVE",
"statusMessage": null,
"waitingPrompts": [],
"linkType": "TEST",
"supportsDeposit": true,
"nameOnMethod": null,
"last4Digits": null,
"brand": null,
"expirationDisplay": null,
"countryCode": null,
"nickname": null,
"rejectionMessage": null,
"disabled": false,
"supportsPayment": true,
"chargeableCurrencies": [
"GBP",
"NZD",
"MXN",
"HKD",
"USD",
"CAD",
"CNY",
"AUD",
"KRW",
"BRL",
"EUR",
"JPY"
],
"depositableCurrencies": [
"USD"
],
"chargeFeeSchedule": null,
"depositFeeSchedule": null,
"minCharge": null,
"maxCharge": null,
"minDeposit": null,
"maxDeposit": null,
"documents": [],
"srn": "paymentmethod:TestPaymentMethod"
}