Customers.MerchantCredit.refunded

Merchant Credit was just refunded to a customer.

Payload
string
required
length between 12 and 12
^[a-zA-Z0-9]+$

The object ID of the merchant credit

string
required
length between 10 and 10
^[a-zA-Z0-9]+$

The id of the merchant registered in WalletInc's database

date-time
required

The timestamp of when this resource was created

date-time
required

The timestamp of when this resource was updated

boolean
required

Denotes if this resource is active

string
required
length ≥ 1
int32
required
≥ 0

The amount that needs to be credited to the member

string
length ≥ 0
^[a-zA-Z0-9]*$

MerchantCredit ID as represented by the merchant

string
required

The amount that needs to be credited to the member (fixed to 2 decimals)

string
required

The amount that needs to be credited to the member (in string)

Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…