Minted Connect
Partner
  • Customers
  • Buy
    • Customer
    • Partner
    • Card Payment
      • Payment Get All TypesGET
      • Card Payment Bin Query (Installments/Comissions)POST
      • Card Payment Price Fix (Get Prices)POST
      • Card Payment Buy (with card number)POST
      • Card Payment Buy (with card token)POST
      • Card Payment Get OrderGET
  • Sell
  • Balances
  • Card Storage
  • Delivery
  • Partner LegalPOST
  • Create Customer Embed TokenPOST
  • Get OrdersGET
  • Get OrderGET
  • Get Order (Alternative)POST
  • Order StatussesGET
Powered by Apidog

    Card Payment Bin Query (Installments/Comissions)

    Developing
    POST/partner/pay/card/installments
    Last modified: a year ago
    Maintainer: Not configured

    Request

    Body Params application/json
    bin
    string 
    required
    >= 6 characters<= 8 characters
    total
    number 
    required
    >= 0.01
    Example
    {
      "bin": "52845600",
      "total": 1000
    }

    Request samples

    Responses

    OK(200)
    HTTP Code: 200
    Content Type : JSONapplication/json
    Data Schema
    data
    #/definitions/824199
    required
    Could not resolve '#/definitions/824199'
    success
    boolean 
    required
    code
    integer 
    required
    message
    string 
    required
    Example
    {
      "data": {
        "installment": "direct_rate_others",
        "real_installment": 1,
        "bin": "52845600",
        "amount": 1000,
        "margin": 10,
        "comission": 100,
        "amount_per_installment": 1000,
        "total": 1100,
        "bank_name": null,
        "card_logo": null,
        "card_assocation": null,
        "card_family": null
      },
      "success": true,
      "code": 0,
      "message": ""
    }
    Last modified: a year ago
    Previous
    GETPayment Get All Types
    Next
    POSTCard Payment Price Fix (Get Prices)