Complete Transfer

Introduction

Complete transfer is initiated through HTTPS POST request by using URLs and the parameters.

API URLs

IntegrationProduction
https://sandbox.billblend.com/checkout/dapi/v1/transfer/{endpointId}/{invoiceId}/{assignedId}https://pay.billblend.com/checkout/dapi/v1/transfer/{endpointId}/{invoiceId}/{assignedId}

Request Parameters

Parameter NameDescriptionValue
sessionTypeObject
session.accessTokenThe session access token of transfer transaction.Type: String
session.tokenThe session token of transfer transaction.Type: String

Success Response Parameters

Parameter NameDescriptionValue
invoiceIdTransfer transaction identifier.Type: String
sessionTypeObject
session.tokenThe session token of transfer transaction.Type: String

Fail Response Parameters

Parameter NameDescriptionValue
errorTypeObject
error.causeCause of the error. Possible values: INVALID_REQUESTINVALID_CONFIGURATIONINTERNAL_ERRORPROCESSING_FAILED.Type: Enum
error.codeThe unique error code.Type: String
error.messageDescription of the error.Type: String
invoiceIdTransfer transaction identifier.Type: String

Request Example

{
  "session": {
    "accessToken": "string",
    "token": "string"
  }
}

Success Response Example

{
  "invoiceId": "string",
  "session": {
    "token": "string"
  }
}

Fail Response Example

{
  "error": {
    "cause": "enum",
    "code": "string",
    "message": "string"
  },
  "invoiceId": "string"
}

Contact us

By clicking on the button, you agree to the data protection policy

Complete the quiz

By clicking on the button, you agree to the data protection policy