Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

NamePayments Refund
DescriptionCreate a refund of an existing payment.
TypePOST
URL/v9/payments/:id/refund

Long Description

This action can be called on an existing payment to create a reverse payment of the same type.

Parameters

Name
Description
Value Type
Required
amountAmount of the refund (only necessary if different from amount of original payment)decimalOptional

 

Examples

RequestResponse
/v9/payments/332/refund 
{"amount":"20.00"}

 

See Payments / Show

Returns refunded transaction.