Get payment methods

Lists available payment methods for a given collection account.

SecurityApi-Key
Request
path Parameters
id
required
number

Collection account identifier

Responses
200

Successful operation. Returns a JSON object with the array of available payment methods.

Response Schema: application/json
required
Array of objects non-empty

Array with available payment methods.

Array (non-empty)
id
required
string

Payment method identifier.

Example: "simplified_transfer"
name
required
string

Name of the payment method.

Example: "simplified_transfer"
logo_url
required
string

URL of the suggested logo to display.

Example: "https://s3.amazonaws.com/static.khipu.com/buttons/2015/150x50-transparent.png"
400

Bad request

401

Unauthorized - Invalid or missing credentials

403

Forbidden

404

Not found - Resource not available

500

Internal server error

get/v3/merchants/{id}/paymentMethods
Request samples
Response samples
application/json
{}