Refund Previously Captured Transaction

Returns money to the cardholder from a previously captured payment card transaction. You may request multiple refunds per captured transaction as long as the sum of all refunds does not exceed the original captured transaction amount. Authorizations that have not been captured are not eligible for a refund.

Note: Vendor accounts need special permissions to use this operation; contact Maast Support to enable it.

Log in to see full request history
Path Params
string
required

Original transaction ID for the original authorization transaction, found as pg_id in the Authorize Transaction request response.

Body Params

Payment Gateway Refund Request

int64
required

Format: Variable length, up to 12 N
Description: Unique identifier in our system.

double
required

Format: Variable length, up to 12,2 N
Description: Total amount to refund. Partial refunds are allowed by providing an amount in this field that is less than the total original transaction amount.

string

Format: Variable length, up to 32 AN
Description: Use to indicate which company developed the integration or the name of the payment solution that is connected to us. Suggested usage is softwareABCv1.0 or companyXYZv2.0.

string

Format: Variable length
Description: This field contains a JSON array of field data that will be echoed back in the response message.

string

Format: Variable length, up to 4 N
Description: When a merchant has more than one location using the same currency, this value is used to specify the location for this request.

string

Format: Fixed length, 20 N
Description: Explicitly identifies which Payment Gateway profile should be used for the request.

string

Format: Variable length
Description: This field contains a JSON array of field data that will be included with the transaction data reported in Merchant Manager.

string

INTERNAL USE ONLY.

int64

INTERNAL USE ONLY.

int64

Format: Fixed length, 10 N
Description: Identifies the vendor to which this request applies.
Conditional Requirement: This field is required for Maast partner accounts.

Responses

Response body
object
string

Format: Fixed length, 32 AN
Description: 32-byte unique identifier generated by the payment gateway, returned in all valid responses.

string

Format: Fixed length, 3 AN
Description: Response code from the payment gateway. 000 indicates success. Refer to Payment Gateway Response Codes for the entire list of Payment Gateway response codes.

string

Format: Variable length
Description: Response text from the payment gateway.

string

Format: Variable length
Description: Data that was provided in echo_fields in the request.

Language
Credentials
: