This endpoint is used to directly send credit card information to Pockyt. NOTE: passing credit card data directly through this endpoint requires PCI SAQ D compliance.

goodsInfo

The goodsInfo field is recommended to help merchants with disputes. It is an object with the following fields:

FieldM/O/CDescription
amountMThe item price or rate per unit, can not be a negative number.
categoryMThe item category type. Possible values: DIGITAL_GOODS, PHYSICAL_GOODS
descriptionMThe detailed item description.
goods_infoMThe item name or title.
taxOThe item tax for each unit.
quantityMThe item quantity.

Note When adding to the goodsInfo, make sure to include the goodsInfo as a string. (ex. "{"goods_name":"test","quantity":"1","category":"DIGITAL_GOODS","description":"testing","amount":"300","tax":"0"}")

Language
Click Try It! to start a request and see the response here!