Skip to content

Create Refun, Void, Capture payment reference resource #4

@misraX

Description

@misraX

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"
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions