Evaluating bids

Generar scrip para conectar una pasarela de pago de clip en ecwid

Published on the May 15, 2024 in IT & Programming

About this project

Open

Necesito generar un scrip en json para que el citio web alojado en ecwid pueda aceptar pagos de clip  es algo asi eso es el ejemplo que me da clip
curl --request POST \
    --url https://api-gw.payclip.com/checkout \
    --header 'accept: application/vnd.com.payclip.v2+json' \
    --header 'content-type: application/json' \
    --header 'x-api-key: 8ec63302-3ca1-4628-97de-dca199e57dd7' \
    --data '
{
  "amount": 100.5,
  "currency": "MXN",
  "purchase_description": "ejemplo de compra",
  "redirection_url": {
    "success": "https://my-website.com/redirection/success?me_reference_id=OID123456789",
    "error": "https://my-website.com/redirection/error?me_reference_id=OID123456789",
    "default": "https://my-website.com/redirection/default"
  }
}
'

Category IT & Programming
Subcategory Other
Project size Small
Is this a project or a position? Project
Required availability As needed
API Integrations Payment Processor (Paypal, Stripe, etc.)

Delivery term: Not specified

Skills needed