Refund Payment
Refund a Direct Debit payment using the SNAP API.
Refund a completed Direct Debit payment.
Endpoint
Production
POST
TBD
Header Request
X-TIMESTAMP
string
M
Request timestamp. Example: {{timestamp}}.
X-PARTNER-ID
string
M
Partner identifier. Example: cM8GIPvoEpzLaHQfvL1e9g.
X-EXTERNAL-ID
string
M
External reference identifier. Example: {{external-id}}.
CHANNEL-ID
string
M
Channel identifier. Example: drbt.
test
string
M
Testing flag. Example: true.
Body Request
Content-Type: application/json
originalPartnerReferenceNo
string
M
Original partner reference number from the original payment.
originalReferenceNo
string
M
Original reference number from Finnet for the original payment.
partnerRefundNo
string
M
Partner refund reference number.
refundAmount
object
M
Refund amount.
refundAmount.value
string
M
Refund amount value. Example: 1000.00.
refundAmount.currency
string
M
Currency. Example: IDR.
reason
string
M
Refund reason.
additionalInfo
object
M
Additional info for refund processing.
additionalInfo.callbackUrl
string
M
Callback URL for refund notification.
additionalInfo.settlementAccount
string
M
Settlement account number.
Sample Request
Body Response
200 OK
Returns application/json.
Last updated

