Get information about a payment method.
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
The identifier of the payment method to get.
"8e03978e-40d5-43e8-bc93-6894a57f9324"
The payment method information.
The identifier of the payment method.
"8e03978e-40d5-43e8-bc93-6894a57f9324"
The type of payment method.
Payment methods represent different rails for moving money. Common values include:
ach - Automated Clearing House transfers for US bank accountsfedwire - Federal Reserve Wire Network transfers for US bank accountsach, fedwire "ach"
Asset symbol for the payment method.
"usd"
Name for the payment method.
"ALLY BANK ******1234"
The verified status of the payment method.
true
Whether or not this payment method can perform deposits.
true
Whether or not this payment method can perform withdrawals.
false
Whether or not this payment method can perform outbound payments.
true
List of ACH limits for the payment method.
The limit for the payment method.
[
{
"remaining": { "amount": "900.00", "asset": "usd" },
"used": { "amount": "100.00", "asset": "usd" },
"total": { "amount": "1000.00", "asset": "usd" },
"limitPeriod": "daily",
"description": "Daily ACH transfer limit."
}
]