Plataformas Digitais - Brazil
  1. Full Vtex
Plataformas Digitais - Brazil
  • SPDBR Journey API
  • Service PDP
    • Get Product by Slug V2
      GET
    • Get Translate review
      GET
    • Get product review
      GET
    • Get Product by Slug
      GET
  • Service Search
    • Search
      • Search Products by Term
      • teste, preco na busca
    • Autocomplete
      • Get Autocomplete suggestions
    • Recommendation
      • Pages Recommendations V3
    • TopSearch
  • Service Member
    • Address
      • UpdateAddress
      • AddAddress
      • RemoveAddress
      • GetAddress
    • Consent
      • UpdateConsent
      • GetConsent
    • Store
      • UpdateFavoriteStore
      • DeleteSportPratice
      • AddSportPratice
      • GetFavoriteStore
    • Purchase
      • GetPurchase
    • Profile
      • UpdateProfile
      • GetProfile
    • Login
      • RefreshToken
      • RefreshMemberToken
      • UserToken
    • User
      • UserDataCpf
      • UserDataCpf
  • Member Login
  • Service Checkout APP
    • Full Vtex
      • OrderForm
        GET
      • Items
        PATCH
      • Profile
        POST
      • Update Payment Data
        POST
      • Start Transaction
        POST
      • Send Payment Data
        POST
      • Proccess Order
        POST
    • APP
      • Cart
        • Get Or Create orderForm
        • Add Cart Items
        • Remove Cart Items
      • Profile
        • Check Guest checkout Eligibility
        • Guest Add Profile Data
        • Autenticated Profile
      • Shipping
        • Address
      • Payment
        • Guest Update Payment Method
        • Autenticated Update Payment Method
        • Guest Transaction
        • Autenticated Transaction
        • Send Payment Data
        • Process Order
      • Orderplaced
        • Autenticated OrderPlaced
        • Guest OrderPlaced
      • Shared
        • Clear orderForm Messages
        • Add Preference Data
        • Add Coupon
    • WEB
      • Create cart
      • Get cart
  • Service Omni
    • Orders
      • Get Orders
  • Service Events
    • List all events
  • Service app
    • Pix Email
      • Send Pix Email
  1. Full Vtex

Send Payment Data

Developing
Testing Env
https://testing--decathlonstore.myvtex.com
Testing Env
https://testing--decathlonstore.myvtex.com
POST
https://decathlonstore.myvtex.com/api/payments/pub/transactions/695601ACFE774C07B23DB1653C8AA9E9/payments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://decathlonstore.myvtex.com/api/payments/pub/transactions/695601ACFE774C07B23DB1653C8AA9E9/payments?orderId=1528992228671&redirect=false' \
--header 'Content-Type: application/json' \
--data-raw '[{
    paymentSystem: "6",
    paymentSystemName: "Boleto Bancário",
    group: "bankInvoicePaymentGroup",
    installments:1,
    installmentsInterestRate: 0,
    installmentsValue: 10398,
    value: 10398,
    referenceValue: 10398,
    id: "DECATHLONSTORE",
    interestRate: 0,
    installmentValue: "",
    transaction: {
      id: "36A1B88F94BC4AE1BF7D9CF434A6E95C",
      merchantName: "DECATHLONSTORE"
    },
    currencyCode: '\''BRL'\'',
    originalPaymentIndex: 0
  }]'
Response Response Example
{}

Request

Query Params
orderId
string 
required
Example:
1528992228671
redirect
string 
required
Example:
false
Header Params
Content-Type
string 
required
Example:
application/json
Body Params text/plain
Examples

Responses

🟢200Success
application/json
Body
object {0}
Previous
Start Transaction
Next
Proccess Order
Built with