v1
latestOpenAPI 3.0.12026-07-2699111970.1 KBPayment Methods
Retrieve a payment method
Retrieves a single bank account payout method by its ID. Returns 404 if it does not exist, has been deleted, or belongs to a different user.
API scope required: payment-methods.read
get/unstable/payment-methods/{paymentMethodId}
Path parameters
paymentMethodIdstring uuid required
UUID of the payment method.
Query parameters
userLocatorstring
Identifies the target user. Format: <type>:<value> (e.g., email:alice@example.com, userId:abc123). Required with server API key auth; ignored with JWT.
Response
PaymentMethod object. The bankAccount sub-object is populated, matching type.