Versions Compared

Key

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

Description

The refundToken request will create refund for the transaction currency.

URL: https://secure1.sandbox.directpay.online/API/v6/


Usage

Use this method in order to create refund for paid transaction.

...

Parameter

Data type

Description


 Request

 Text

 refundToken

Mandatory

CompanyToken

Token

Token you got from 3G to operate this API

Mandatory

TransactionToken

Token

Transaction token as accepted from the createToken.

Mandatory

refundAmount

Numeric

Requested refund amount.

Mandatory

refundDetails

 Text

Requested refund description.

Mandatory

refundRef
 TextRefund reference.MandatoryOptional
refundApproval
 1\0In case it being sent, refund will be checked by a checker.Optional

...