Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 654 Bytes

CreateRefund.md

File metadata and controls

21 lines (15 loc) · 654 Bytes

# CreateRefund

use Xendit\Refund\CreateRefund;

Properties

Name Type Required Description Examples
payment_request_id string pr-3ece8615-41b7-4983-a3f0-a037430b6036
invoice_id string 7a2c81d4f9e052a870bf37d2
reference_id string order-1234
amount float 1500
currency string PHP
reason string CANCELLATION
metadata object {"foo":"bar"}

[Back to README]