Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://developers.primeiropay.com/getting-started/hosted-checkout/copy-and-pay-1

Full sample Request in case connection is via server-to-server:

Code Block
curl https://test.oppwa.com/v1/payments \
 -d "entityId=8a8294184e736012014e78a17a5615ac" \
 -d "amount=92.00" \
 -d "currency=BRL" \
 -d "paymentBrand=VISA" \
 -d "paymentType=DB" \
 -d "card.number=4200000000000000" \
 -d "card.holder=Jane Jones" \
 -d "card.expiryMonth=05" \
 -d "card.expiryYear=2034" \
 -d "card.cvv=123" \
 -d "customParameters[SellerAmount]=100" \
 -d "customParameters[CommissionAmount]=10" \
 -d "customParameters[CrossBorderAmount]=50" \
 -H "Authorization: Bearer OGE4Mjk0MTg0ZTczNjAxMjAxNGU3OGExN2E2YTE1YjB8ZjJGRUtacXRCUA=="

Reporting

PrimeiroPay provides a marketplace report illustrating the split of payments.

...