Add a payment_reference resource just like the intention,
Refund resource path: payment-reference/refund/
Void resource path: payment-reference/void/
Capture resource path: payment-reference/capture
Refund body:
ex:
{
payment_reference= "14394788",
amount_cents="300
}
Void body:
ex:
{
payment_reference="14394788"
}
Capture body:
ex:
{
payment_reference="14394788",
amount_cents="300"
}
Add a payment_reference resource just like the intention,
Refund resource path:
payment-reference/refund/Void resource path:
payment-reference/void/Capture resource path:
payment-reference/captureRefund body:
ex:
{
payment_reference= "14394788",
amount_cents="300
}
Void body:
ex:
{
payment_reference="14394788"
}
Capture body:
ex:
{
payment_reference="14394788",
amount_cents="300"
}