Common Parameters

Every request must contain the following parameters in the body:

ParametersTypeDesc

partner_id

String

The ID of your Account allocated from MusePay.

sign_type

String

fixed value: "RSA".

timestamp

String

The time at which the request was called, in seconds since Epoch.

nonce

String

Unique random number or string. Each API request needs to have a different nonce.

sign

String

Base64 encoded signature string.

Last updated