Create Transaction

Create Transaction

POST https://dopaminecpgapi.wealwindemo.com/api/apiResult/create_invoice

Headers

Name
Type
Description

Api-Public-Key*

pk_n6f************Hsey

Api-App-Sig*

6e89841548333d0d90beebe9a1e0204b834da00ba8e40cf3117ae5b70922535c

Api-App-Ts*

1703912720215

Request Body

Name
Type
Description

itemDescription*

Testing****

Item name for your reference,will be on the payment information page and in the IPNs for the transaction.

itemAmountype*

ETH

The parameters should be like this, BTC, ETH

ItemAmount*

0.001

The amount of the transaction in the original currency USD Value

shippingCost

0.01

The amount of the transaction in the original currency USD Value

taxAmount

0.01

The amount of the transaction in the original currency USD Value

invoice

0

Another field for your use,will be on the payment information pageand in the IPNs for the transaction.

{
    "success": true,
        "result": {
        "URL": "https://dopaminecpg.wealwindemo.com/createInvoicebuilder?merchant=u5d4f-q8cwi-thmqd-1703587598918&item_desc=super&invoice=1¤cy=ETH&amountf=0.001&ipn_url=http://localhost:3001&shippingf=0.001&tax=0.001"
    }
}

Last updated