Skip to main content

List Acquirer Payment Controls

GET 

/v1/payment_controls/:type

List the acquirer-level payment controls of the given identifier type.

Required permission: payment_controls_read.

Request

Path Parameters

    type stringrequired

    Possible values: [bin_range, bin_country, pan, fingerprint, ip, ip_country, eci, tds_status]

    The identifier type of the rules to operate on.

Responses

Payment controls of the requested type.

Schema

  • Array [

  • id uuidrequired

    A 36-character UUIDv7 identifier.

    identifier_type stringrequired

    Possible values: [bin_range, bin_country, pan, fingerprint, ip, ip_country, eci, tds_status]

    identifier stringrequired
    owner_type stringrequired

    Possible values: [Acquirer, Merchant]

    Whether the rule is acquirer-level or merchant-level.

    owner_id uuidrequired

    A 36-character UUIDv7 identifier.

    activity stringrequired

    Possible values: [allow, deny]

    created_at date-timerequired

    ISO 8601 UTC timestamp with time zone designator.

    updated_at date-timerequired

    ISO 8601 UTC timestamp with time zone designator.

  • ]

Loading...