Complete order by fulfillment API
Step 6: Complete your order by fulfillment API
orderId
. You received this orderId
when you registered the order in step 4. We have described how to fulfill the order based on different payment methods below.Payment method sms :
paymentMethod
sms is Link Mobility. This means Link Mobility is responsible for processing the payment. A detailed description of processing sms payment is given below.1.
2.
3.
callbackUrl
to check if the payment is fulfilled. The parameter fulfillmentStatus is added to the url and GET method is used. The fulfillmentStatus says whether the payment process was successful or failed.4.
Payment method invoice and free:
1.
Fulfillment with prepaid orders :
1.
2.
3.
credential
. The SMS or email contains a link to login. In this link we include returnUrl
and errorUrl
. The life time of the link is defined in linkLifetime
.Step 7: Assign the user to the order
Register order - client mode for order registration.